--- a/demos/spectrum/app/app.pro Wed Jun 23 19:07:03 2010 +0300
+++ b/demos/spectrum/app/app.pro Tue Jul 06 15:10:48 2010 +0300
@@ -45,7 +45,7 @@
symbian {
# Platform security capability required to record audio on Symbian
- TARGET.CAPABILITY = UserEnvironment
+ TARGET.CAPABILITY += UserEnvironment
# Provide unique ID for the generated binary, required by Symbian OS
TARGET.UID3 = 0xA000E3FA
@@ -70,13 +70,6 @@
}
}
-# Install
-
-sources.files = $$SOURCES $$HEADERS $$RESOURCES app.pro
-sources.path = $$[QT_INSTALL_DEMOS]/spectrum/app
-images.files += images/record.png images/settings.png
-images.path = $$[QT_INSTALL_DEMOS]/spectrum/app/images
-INSTALLS += sources images
# Deployment
@@ -118,7 +111,7 @@
# the dynamic library can be located.
copy_launch_script.target = copy_launch_script
copy_launch_script.commands = \
- install -m 0555 $$QT_SOURCE_TREE/demos/spectrum/app/spectrum.sh ../bin/spectrum
+ install -m 0555 $$PWD/spectrum.sh ../bin/spectrum
QMAKE_EXTRA_TARGETS += copy_launch_script
POST_TARGETDEPS += copy_launch_script
}