summaryrefslogtreecommitdiffstats
path: root/pkg.pri
diff options
context:
space:
mode:
authorPatrick Burke <patrick.burke@nokia.com>2011-09-01 13:52:06 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-01 06:01:43 +0200
commit0a00bfc36aae327da6f076acd9e01dfa7fa1f2ba (patch)
tree21cbbed32d2628d84a70100808065a927fa37401 /pkg.pri
parent225df28b605ade13b5af146892941974f16d9cb6 (diff)
Quick3d demo packaging.
Change-Id: If02477a8bba02e58bcf407640e53b7b1d9f88402 Reviewed-on: http://codereview.qt.nokia.com/4024 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Patrick Burke <patrick.burke@nokia.com>
Diffstat (limited to 'pkg.pri')
-rw-r--r--pkg.pri6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg.pri b/pkg.pri
index a40aa30be..c82266cbf 100644
--- a/pkg.pri
+++ b/pkg.pri
@@ -85,7 +85,7 @@ contains(TEMPLATE, app) {
icons.path = /usr/share/themes/base/meegotouch/icons
INSTALLS += icons applnk
- app_target.path += $$QT3D_INSTALL_BINS
+ app_target.path = $$QT3D_INSTALL_BINS
INSTALLS += app_target
} else {
mt {
@@ -95,12 +95,12 @@ contains(TEMPLATE, app) {
# icons.files is set by qt3dquick_pkg_dep.pri or qt3d_pkg_dep.pri
icons.path = /opt/mt/applications/$${TARGET}
INSTALLS += icons applnk
- app_target.path += /opt/mt/applications/$${TARGET}
+ app_target.path = /opt/mt/applications/$${TARGET}
INSTALLS += app_target
DEFINES += QT3D_USE_OPT=$${TARGET}
} else {
- app_target.path += $$QT3D_INSTALL_BINS
+ app_target.path = $$QT3D_INSTALL_BINS
INSTALLS += app_target
}
}