aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/nativestyle/controls/controls.pri
blob: 55f8470301484428c2927fca4b7a6f89597c236c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QML_FILES += \
    $$PWD/DefaultButton.qml \
    $$PWD/DefaultSlider.qml \
    $$PWD/DefaultGroupBox.qml \
    $$PWD/DefaultCheckBox.qml \
    $$PWD/DefaultRadioButton.qml \
    $$PWD/DefaultSpinBox.qml \
    $$PWD/DefaultTextField.qml \
    $$PWD/DefaultFrame.qml \
    $$PWD/DefaultTextArea.qml \
    $$PWD/DefaultComboBox.qml \
    $$PWD/DefaultScrollBar.qml \
    $$PWD/DefaultProgressBar.qml \