summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-05-26 11:59:03 (GMT)
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-05-26 12:06:29 (GMT)
commit80dcdd160e5468e38558d2df570df38235b18e71 (patch)
treeb0a60e93bbffcbe24e1efbc227c3f7ebc44b6695
parentfb9a87d80a3a1418195ae3c5258d894d9217e83b (diff)
downloadQt-80dcdd160e5468e38558d2df570df38235b18e71.zip
Qt-80dcdd160e5468e38558d2df570df38235b18e71.tar.gz
Qt-80dcdd160e5468e38558d2df570df38235b18e71.tar.bz2
Removed unnecessary PlatSec capabilities from spectrum demo DLL
Task-number: QTBUG-10964 Reviewed-by: Miikka Heikkinen
-rw-r--r--demos/spectrum/3rdparty/fftreal/fftreal.pro2
-rw-r--r--demos/spectrum/app/app.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/spectrum/3rdparty/fftreal/fftreal.pro b/demos/spectrum/3rdparty/fftreal/fftreal.pro
index 75b5519..8d9f46e 100644
--- a/demos/spectrum/3rdparty/fftreal/fftreal.pro
+++ b/demos/spectrum/3rdparty/fftreal/fftreal.pro
@@ -30,7 +30,7 @@ DEFINES += FFTREAL_LIBRARY
symbian {
# Provide unique ID for the generated binary, required by Symbian OS
TARGET.UID3 = 0xA000E3FB
- TARGET.CAPABILITY = All -Tcb
+ TARGET.CAPABILITY = UserEnvironment
} else {
macx {
CONFIG += lib_bundle
diff --git a/demos/spectrum/app/app.pro b/demos/spectrum/app/app.pro
index 92398ac..db9a144 100644
--- a/demos/spectrum/app/app.pro
+++ b/demos/spectrum/app/app.pro
@@ -45,7 +45,7 @@ RESOURCES = spectrum.qrc
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