aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/windows/windows.pri
blob: 7f13eab02f2b6bf446ce8abc1ae06ff383aaa2e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QML_FILES += \
    $$PWD/Button.qml \
    $$PWD/CheckBox.qml \
    $$PWD/ComboBox.qml \
    $$PWD/Frame.qml \
    $$PWD/GroupBox.qml \
    $$PWD/ProgressBar.qml \
    $$PWD/RadioButton.qml \
    $$PWD/Slider.qml \
    $$PWD/SpinBox.qml \
    $$PWD/TextArea.qml \
    $$PWD/TextField.qml \
    $$PWD/ScrollBar.qml \
    $$PWD/ScrollView.qml \