diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-05-26 11:59:03 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-05-26 12:06:29 (GMT) |
commit | 80dcdd160e5468e38558d2df570df38235b18e71 (patch) | |
tree | b0a60e93bbffcbe24e1efbc227c3f7ebc44b6695 /demos | |
parent | fb9a87d80a3a1418195ae3c5258d894d9217e83b (diff) | |
download | Qt-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
Diffstat (limited to 'demos')
-rw-r--r-- | demos/spectrum/3rdparty/fftreal/fftreal.pro | 2 | ||||
-rw-r--r-- | demos/spectrum/app/app.pro | 2 |
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 |