summaryrefslogtreecommitdiff
path: root/src/libs/qmleditorwidgets/qmleditorwidgets-lib.pri
blob: 53ebfca7fc6b9750dc742d653280d346feb5fd90 (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
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 \
    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 \
    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