summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-05-22 04:12:36 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-05-22 04:12:36 +1000
commit906d5e5e985297028f0c493f7136762b3ade52b1 (patch)
tree2aabfbe0f40c236da3a7e3a656133281a9d44232 /demos
parentfdd148290f19b6a4ae547d8ee51350ba5d4b629c (diff)
Fix shadow building of spectrum demo
Reviewed-by: trustme
Diffstat (limited to 'demos')
-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 2adb605404..8d7ce8e581 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 $$PWD/spectrum.sh ../bin/spectrum
QMAKE_EXTRA_TARGETS += copy_launch_script
POST_TARGETDEPS += copy_launch_script
}