summaryrefslogtreecommitdiff
path: root/src/libs/qmleditorwidgets/qmleditorwidgets-lib.pri
blob: 1faa8eec8038f66ff8f84277cbb695baf0426634 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
QT += declarative script
INCLUDEPATH += $$PWD

contains(CONFIG, dll) {
    DEFINES += BUILD_QMLEDITORWIDGETS_LIB
} else {
    DEFINES += BUILD_QMLEDITORWIDGETS_STATIC_LIB
}

## Input
RESOURCES += \
    resources.qrc

HEADERS += \
    fontsizespinbox.h \
    filewidget.h \
    contextpanewidgetrectangle.h \
    contextpanewidgetimage.h \
    contextpanewidget.h \
    contextpanetextwidget.h \
    colorwidgets.h \
    colorbutton.h \
    colorbox.h \
    customcolordialog.h \
    gradientline.h \
    huecontrol.h \
    qmleditorwidgets_global.h

SOURCES += \
    fontsizespinbox.cpp \
    filewidget.cpp \
    contextpanewidgetrectangle.cpp \
    contextpanewidgetimage.cpp \
    contextpanewidget.cpp \
    contextpanetextwidget.cpp \
    colorwidgets.cpp \
    colorbox.cpp \
    customcolordialog.cpp \
    huecontrol.cpp \
    gradientline.cpp \
    colorbutton.cpp

FORMS += \
    contextpanewidgetrectangle.ui \
    contextpanewidgetimage.ui \
    contextpanewidgetborderimage.ui \
    contextpanetext.ui

include(easingpane/easingpane.pri)
    

OTHER_FILES += qmleditorwidgets.pri