From 1fef24732bb5114392626a7fef956625a6cc66ac Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Thu, 27 Feb 2020 12:10:55 +0200 Subject: 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 --- examples/quick/tutorials/samegame/samegame2/samegame2.qrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/quick/tutorials/samegame/samegame2/samegame2.qrc (limited to 'examples/quick/tutorials/samegame/samegame2/samegame2.qrc') diff --git a/examples/quick/tutorials/samegame/samegame2/samegame2.qrc b/examples/quick/tutorials/samegame/samegame2/samegame2.qrc new file mode 100644 index 0000000000..0f95174d83 --- /dev/null +++ b/examples/quick/tutorials/samegame/samegame2/samegame2.qrc @@ -0,0 +1,8 @@ + + + Button.qml + Block.qml + samegame.qml + samegame.js + + -- cgit v1.2.3