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