From 30d6b4ba5626fca244af6314f1b99e6d3854fe58 Mon Sep 17 00:00:00 2001 From: Gareth Stockwell Date: Thu, 20 May 2010 13:52:38 +0200 Subject: Fixed path for copying launcher script for spectrum demo Task-number: QTBUG-10879 Reviewed-by: Thomas Zander --- demos/spectrum/app/app.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v0.12