aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/nativestyle/nativestyle.pro
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2020-09-04 16:53:42 +0200
committerMitch Curtis <mitch.curtis@qt.io>2020-09-04 16:59:15 +0200
commitaad71282b241402be356531804fede4b43ee5659 (patch)
treeba632cee2aee62723c5309c4f1b69c044cfacada /tests/manual/nativestyle/nativestyle.pro
parent2a7b8930f447aa2100e58abf6ebf208064ec0f2f (diff)
parentb1880194b435da6384aacf84d1a4df4c14e071ee (diff)
Merge remote-tracking branch 'nativestyle' into dev
Diffstat (limited to 'tests/manual/nativestyle/nativestyle.pro')
-rw-r--r--tests/manual/nativestyle/nativestyle.pro39
1 files changed, 39 insertions, 0 deletions
diff --git a/tests/manual/nativestyle/nativestyle.pro b/tests/manual/nativestyle/nativestyle.pro
new file mode 100644
index 00000000..9c700430
--- /dev/null
+++ b/tests/manual/nativestyle/nativestyle.pro
@@ -0,0 +1,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
+