summaryrefslogtreecommitdiffstats
path: root/qml_pkg.pri
diff options
context:
space:
mode:
authorPatrick Burke <patrick.burke@nokia.com>2011-07-18 16:44:46 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-19 01:37:06 +0200
commitd84b1817ea4a9a1c80ff1a7cb9bb5dbc2a199c9a (patch)
tree00dbd344b90da4da0fa581b2b3619e4e56b13de3 /qml_pkg.pri
parent8d0c50753dbe327bc6ace6330d843f03fd8eee74 (diff)
Deployment updates.bones
Change-Id: Ia80e99c18b0a93e83a5478305b5ecb85c72b8190 Reviewed-on: http://codereview.qt.nokia.com/1732 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Patrick Burke <patrick.burke@nokia.com>
Diffstat (limited to 'qml_pkg.pri')
-rw-r--r--qml_pkg.pri12
1 files changed, 9 insertions, 3 deletions
diff --git a/qml_pkg.pri b/qml_pkg.pri
index 0cf7e6e0..cd15d6a8 100644
--- a/qml_pkg.pri
+++ b/qml_pkg.pri
@@ -1,8 +1,14 @@
# Manages deploying the QML files and resources along with the binary
-distInstalls.files = qml
-distInstalls.path = $$QT3D_INSTALL_DATA/quick3d/examples/$$TARGET
-INSTALLS += distInstalls
+mt {
+ distInstalls.files = qml
+ distInstalls.path = /opt/mt/applications/$$TARGET
+ INSTALLS += distInstalls
+} else {
+ distInstalls.files = qml
+ distInstalls.path = $$QT3D_INSTALL_DATA/quick3d/examples/$$TARGET
+ INSTALLS += distInstalls
+}
win32 {
QMAKE_DEL_FILE = del /q