aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tutorials/samegame/samegame4/samegame4.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/tutorials/samegame/samegame4/samegame4.pro')
-rw-r--r--examples/quick/tutorials/samegame/samegame4/samegame4.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/quick/tutorials/samegame/samegame4/samegame4.pro b/examples/quick/tutorials/samegame/samegame4/samegame4.pro
new file mode 100644
index 0000000000..5da0d46e19
--- /dev/null
+++ b/examples/quick/tutorials/samegame/samegame4/samegame4.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+
+QT += quick qml
+SOURCES += main.cpp
+
+RESOURCES += \
+ samegame4.qrc \
+ ../shared/pics/shared.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/tutorials/samegame/samegame4
+INSTALLS += target