aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/controls.pro
blob: 48c8cd4879674608a1c6e5ac1d2baf7d2d4272e0 (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
TARGET  = qtquickcontrols2plugin
TARGETPATH = QtQuick/Controls.2
IMPORT_VERSION = 2.0

QT += qml quick
QT += core-private gui-private qml-private quick-private quickcontrols-private

OTHER_FILES += \
    qmldir

QML_FILES = \
    ApplicationWindow.qml \
    BusyIndicator.qml \
    Button.qml \
    CheckBox.qml \
    Frame.qml \
    GroupBox.qml \
    Label.qml \
    PageIndicator.qml \
    ProgressBar.qml \
    RadioButton.qml \
    ScrollBar.qml \
    ScrollIndicator.qml \
    Slider.qml \
    StackView.qml \
    Switch.qml \
    TabBar.qml \
    TabButton.qml \
    TabView.qml \
    TextArea.qml \
    TextField.qml \
    ToggleButton.qml \
    ToolBar.qml \
    ToolButton.qml

HEADERS += \
    $$PWD/qquicktheme_p.h \
    $$PWD/qquickthemedata_p.h

SOURCES += \
    $$PWD/qquicktheme.cpp \
    $$PWD/qquickthemedata.cpp \
    $$PWD/qtquickcontrols2plugin.cpp

RESOURCES += \
    $$PWD/qtquickcontrols2plugin.qrc

OTHER_FILES += \
    $$PWD/theme.json

CONFIG += no_cxx_module
load(qml_plugin)