diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-05-20 11:52:38 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-05-21 13:54:16 (GMT) |
commit | 30d6b4ba5626fca244af6314f1b99e6d3854fe58 (patch) | |
tree | 1a6b5586a5af6039e4f5dba9a929ec8ca543bbcd /demos | |
parent | b429da3c77ea053fb6a0cbfe71c74da91be91c67 (diff) | |
download | Qt-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')
-rw-r--r-- | demos/spectrum/app/app.pro | 2 |
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 } |