summaryrefslogtreecommitdiffstats
path: root/demos/spectrum/app/app.pro
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-05-20 11:52:38 (GMT)
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-05-21 13:54:16 (GMT)
commit30d6b4ba5626fca244af6314f1b99e6d3854fe58 (patch)
tree1a6b5586a5af6039e4f5dba9a929ec8ca543bbcd /demos/spectrum/app/app.pro
parentb429da3c77ea053fb6a0cbfe71c74da91be91c67 (diff)
downloadQt-30d6b4ba5626fca244af6314f1b99e6d3854fe58.zip
Qt-30d6b4ba5626fca244af6314f1b99e6d3854fe58.tar.gz
Qt-30d6b4ba5626fca244af6314f1b99e6d3854fe58.tar.bz2
Fixed path for copying launcher script for spectrum demo
Task-number: QTBUG-10879 Reviewed-by: Thomas Zander
Diffstat (limited to 'demos/spectrum/app/app.pro')
-rw-r--r--demos/spectrum/app/app.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/spectrum/app/app.pro b/demos/spectrum/app/app.pro
index 2adb605..ce29169 100644
--- a/demos/spectrum/app/app.pro
+++ b/demos/spectrum/app/app.pro
@@ -111,7 +111,7 @@ symbian {
# the dynamic library can be located.
copy_launch_script.target = copy_launch_script
copy_launch_script.commands = \
- install -m 0555 spectrum.sh ../bin/spectrum
+ install -m 0555 $$QT_SOURCE_TREE/demos/spectrum/app/spectrum.sh ../bin/spectrum
QMAKE_EXTRA_TARGETS += copy_launch_script
POST_TARGETDEPS += copy_launch_script
}