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, 2 insertions, 2 deletions
diff --git a/examples/demos/samegame/samegame.pro b/examples/demos/samegame/samegame.pro
index e9b9f4bf16..4aa3a3324e 100644
--- a/examples/demos/samegame/samegame.pro
+++ b/examples/demos/samegame/samegame.pro
@@ -3,7 +3,7 @@ TEMPLATE = app
QT += qml quick
SOURCES += main.cpp
-target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/demos/samegame
+target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/samegame
qml.files = samegame.qml content
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/demos/samegame
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/samegame
INSTALLS += target qml