summaryrefslogtreecommitdiffstats
path: root/examples/demos/samegame/samegame.pro
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2012-11-05 11:08:56 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-05 14:40:07 +0100
commita14ab84c44ec4d791533bd0eb0f9c28a1a3cbe56 (patch)
tree7417e67fe5d5b03d5e29e60b9747293c54cb2396 /examples/demos/samegame/samegame.pro
parent0f3a10e37839afab8ae759e74369b992df8bc318 (diff)
Separate qtquick1 example install paths from qtdeclarative examplesv5.0.0-beta2
After QtQuick1 -> QtDeclarative name change (79fed875), the examples both in qtquick1 and qtdeclarative use the same install path, causing conflicts. This change restores the install path used by qtquick1 examples as its own subdirectory under QT_INSTALL_EXAMPLES. Task-number: QTBUG-27823 Change-Id: Ica9ab8c5984642ace934e694cba346bcd3a1cb4c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/demos/samegame/samegame.pro')
-rw-r--r--examples/demos/samegame/samegame.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demos/samegame/samegame.pro b/examples/demos/samegame/samegame.pro
index 10b28698..6342ba4a 100644
--- a/examples/demos/samegame/samegame.pro
+++ b/examples/demos/samegame/samegame.pro
@@ -18,7 +18,7 @@ QML_IMPORT_PATH =
SOURCES += main.cpp
# Please do not modify the following two lines. Required for deployment.
-desktopInstallPrefix=$$[QT_INSTALL_EXAMPLES]/qtdeclarative/demos/samegame
+desktopInstallPrefix=$$[QT_INSTALL_EXAMPLES]/qtquick1/demos/samegame
exists(qmlapplicationviewer/qmlapplicationviewer.pri):include(qmlapplicationviewer/qmlapplicationviewer.pri)
else:include(../../helper/qmlapplicationviewer/qmlapplicationviewer.pri)
qtcAddDeployment()