aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tutorials/samegame/samegame1/samegame1.qrc
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2020-02-27 12:10:55 +0200
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2020-03-04 12:13:06 +0200
commit1fef24732bb5114392626a7fef956625a6cc66ac (patch)
tree818f3ca7fe9fe632a5f3c7916b4e9f8ba7903016 /examples/quick/tutorials/samegame/samegame1/samegame1.qrc
parent6381f6c87ff3eb3e15ba62f58a5393ce9026b99f (diff)
Examples: Add *.pro projects for existing *.qmlproject
The *.qmlproject won't deploy and run on Android, thus adding normal .pro projects to allow deploying to Android. Task-number: QTBUG-80717 Change-Id: I8a79a56bec57add315c08088a2fca5995df76912 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'examples/quick/tutorials/samegame/samegame1/samegame1.qrc')
-rw-r--r--examples/quick/tutorials/samegame/samegame1/samegame1.qrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/quick/tutorials/samegame/samegame1/samegame1.qrc b/examples/quick/tutorials/samegame/samegame1/samegame1.qrc
new file mode 100644
index 0000000000..866cf899bf
--- /dev/null
+++ b/examples/quick/tutorials/samegame/samegame1/samegame1.qrc
@@ -0,0 +1,7 @@
+<RCC>
+ <qresource prefix="/">
+ <file>Button.qml</file>
+ <file>Block.qml</file>
+ <file>samegame.qml</file>
+ </qresource>
+</RCC>