aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/nativestyle/nativestyle.pro
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@qt.io>2020-08-25 16:56:01 +0200
committerRichard Moe Gustavsen <richard.gustavsen@qt.io>2020-08-26 09:07:54 +0000
commita4ce44f42602171c216cf59c53c5c537e699ee99 (patch)
tree99082d19806313af10d688407cdc12d69e328838 /tests/manual/nativestyle/nativestyle.pro
parent53e4c3443effaaf80416e5f71b6c1597dc84a26e (diff)
Native style: move DesktopGallery to manual tests, and rename to nativestyle
This should not be shipped as an example in it's current state. But the app is needed for now as a manual test while we develop the styles. Change-Id: I719ec629789bc4c8b51d14c97afd7b91b822e89b Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
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
+