summaryrefslogtreecommitdiff
path: root/src/controls/controls.pro
blob: 928708c29bc53e3e57007425561d886218e26d0c (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
TARGET  = qtquickcontrols
TARGETPATH = QtQuick/Controls

QT += qml quick gui-private core-private

QMAKE_DOCS = $$PWD/doc/qtquickcontrols.qdocconf

QML_FILES = \
    ApplicationWindow.qml \
    Button.qml \
    CheckBox.qml \
    ComboBox.qml \
    GroupBox.qml \
    Label.qml \
    MenuBar.qml \
    Menu.qml \
    StackView.qml \
    ProgressBar.qml \
    RadioButton.qml \
    ScrollView.qml \
    Slider.qml \
    SpinBox.qml \
    SplitView.qml \
    StackViewDelegate.qml \
    StackViewTransition.qml \
    StatusBar.qml \
    Tab.qml \
    TabView.qml \
    TableView.qml \
    TableViewColumn.qml \
    TextArea.qml \
    TextField.qml \
    ToolBar.qml \
    ToolButton.qml

include(plugin.pri)

CONFIG += no_cxx_module
load(qml_plugin)