summaryrefslogtreecommitdiff
path: root/src/styleitem/styleitem.pro
blob: b254cd1ebb2e9d36352554cfe24d26f0ea870c99 (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
34
35
36
37
38
TEMPLATE = lib
CONFIG += qt plugin
QT += declarative
QT += script
 
TARGET  = styleplugin

DESTDIR = ..\\plugin
OBJECTS_DIR = tmp
MOC_DIR = tmp

HEADERS += qstyleplugin.h \
           qstyleitem.h

SOURCES += qstyleplugin.cpp \
	   qstyleitem.cpp
           

OTHER_FILES += \
    ../widgets/Button.qml \
    ../widgets/CheckBox.qml \
    ../widgets/ChoiceList.qml \
    ../widgets/GroupBox.qml \
    ../widgets/ProgressBar.qml \
    ../widgets/RadioButton.qml \
    ../widgets/ScrollArea.qml \
    ../widgets/ScrollBar.qml \
    ../widgets/Slider.qml \
    ../widgets/SpinBox.qml \
    ../widgets/Switch.qml \
    ../widgets/TextArea.qml \
    ../widgets/TextField.qml \
    ../widgets/ToolBar.qml \
    ../widgets/ToolButton.qml \
    ../gallery.qml \
    ../widgets/Tab.qml \
    ../widgets/TabBar.qml \
    ../widgets/TabFrame.qml