summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAleksandar Sasha Babic <aleksandar.babic@nokia.com>2010-02-23 13:24:44 (GMT)
committerAleksandar Sasha Babic <aleksandar.babic@nokia.com>2010-02-23 13:25:42 (GMT)
commit742befdd5077b27de79ca5ee6f9182540d0d5863 (patch)
tree6d0621d32268371f1b0c50e02fe31775a358b302 /tools
parent466a3fc2f883344fc383be771e2de9975c98b194 (diff)
downloadQt-742befdd5077b27de79ca5ee6f9182540d0d5863.zip
Qt-742befdd5077b27de79ca5ee6f9182540d0d5863.tar.gz
Qt-742befdd5077b27de79ca5ee6f9182540d0d5863.tar.bz2
Avoiding PlatSec warnings for Symbian devices
Reviewed-by: TrustMe
Diffstat (limited to 'tools')
-rw-r--r--tools/qmlviewer/qmlviewer.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlviewer/qmlviewer.pro b/tools/qmlviewer/qmlviewer.pro
index aba3cf5..2da244c 100644
--- a/tools/qmlviewer/qmlviewer.pro
+++ b/tools/qmlviewer/qmlviewer.pro
@@ -54,5 +54,5 @@ symbian {
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
HEADERS += $$QT_SOURCE_TREE/examples/network/qftp/sym_iap_util.h
LIBS += -lesock -lconnmon -linsock
- TARGET.CAPABILITY = NetworkServices
+ TARGET.CAPABILITY = "All -TCB"
}