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.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/demos/samegame/samegame.pro b/examples/demos/samegame/samegame.pro
index 80d3d2992b..2f7afef5a5 100644
--- a/examples/demos/samegame/samegame.pro
+++ b/examples/demos/samegame/samegame.pro
@@ -6,4 +6,6 @@ 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
-INSTALLS += target qml
+sources.files = $$SOURCES samegame.pro
+sources.path = $$qml.path
+INSTALLS += sources target qml