aboutsummaryrefslogtreecommitdiff
path: root/tests/ft_mstylesheet/ft_mstylesheet.pro
blob: 1207f2b64ceb919031ff6f3bffba21083f2113ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
include(../common_top.pri)
TARGET = ft_mstylesheet
QT += dbus svg network

LIBRARYPATH += $$MSRCDIR

INCLUDEPATH += $$MSRCDIR/corelib/core/

STYLE_HEADERS += testobjectstyle.h testobject2style.h testobject3style.h

SOURCES += \
	ft_mstylesheet.cpp \
    $$MSRCDIR/corelib/theme/mlogicalvalues.cpp \
    $$MSRCDIR/corelib/style/mstylesheetattribute.cpp \
    $$MSRCDIR/corelib/style/muniquestringcache.cpp

HEADERS += \
	ft_mstylesheet.h \
	testobjectstyle.h \
	testobject2style.h \
	testobject3style.h \
    testwidget.h \
    testwidget2.h \
    testwidget3.h \
    $$MSRCDIR/corelib/theme/mlogicalvalues.h \
    $$MSRCDIR/corelib/style/mstylesheetattribute.h \
    $$MSRCDIR/corelib/style/muniquestringcache.h \
    $$STYLE_HEADERS

support_files.files += \
        *.css
	
include(../common_bot.pri)