aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/samegame/samegame.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demos/samegame/samegame.pro')
-rw-r--r--examples/demos/samegame/samegame.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/demos/samegame/samegame.pro b/examples/demos/samegame/samegame.pro
deleted file mode 100644
index 2f7afef5a5..0000000000
--- a/examples/demos/samegame/samegame.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = app
-
-QT += qml quick
-SOURCES += main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/samegame
-qml.files = samegame.qml content settings.js
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/samegame
-sources.files = $$SOURCES samegame.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml