aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/nativestyle/qml.qrc
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/qml.qrc
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/qml.qrc')
-rw-r--r--tests/manual/nativestyle/qml.qrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/manual/nativestyle/qml.qrc b/tests/manual/nativestyle/qml.qrc
new file mode 100644
index 00000000..fba642e5
--- /dev/null
+++ b/tests/manual/nativestyle/qml.qrc
@@ -0,0 +1,7 @@
+<RCC>
+ <qresource prefix="/">
+ <file>main.qml</file>
+ <file>ButtonsTab.qml</file>
+ <file>SlidersTab.qml</file>
+ </qresource>
+</RCC>