aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/nativestyle/nativestyle.pro
blob: 9c700430feac4f8f69b97c9dece028d762d7d168 (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
QT += quick quickcontrols2

SOURCES += \
        main.cpp

QML_FILES = \
    main.qml \
    ControlContainer.qml \
    Buttons.qml \
    CustomButtons.qml \
    Sliders.qml \
    SlidersSmall.qml \
    SlidersMini.qml \
    CustomSliders.qml \
    CheckBoxes.qml \
    CustomCheckBoxes.qml \
    RadioButtons.qml \
    CustomRadioButtons.qml \
    SpinBoxes.qml \
    CustomSpinBoxes.qml \
    TextFields.qml \
    CustomTextFields.qml \
    Frames.qml \
    CustomFrames.qml \
    TextAreas.qml \
    CustomTextAreas.qml \
    ComboBoxes.qml \
    CustomComboBoxes.qml \
    ScrollBars.qml \
    CustomScrollBars.qml \
    ProgressBars.qml \
    CustomProgressBars.qml \
    Dials.qml \
    CustomDials.qml \

OTHER_FILES += $$QML_FILES
RESOURCES += $$QML_FILES
RESOURCES += checkbox-icon.png checkbox-icon16.png checkbox-icon@2x.png