aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicknativestyle/controls/controls.pri
blob: 8675989e29fbe63d1171d85e8324fc24805112ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 \
    $$PWD/DefaultDial.qml \