diff options
author | Joona Petrell <joona.t.petrell@nokia.com> | 2010-04-14 02:15:26 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-04-15 09:22:19 (GMT) |
commit | b85d0a69c909e65f97908d64a4a8caef55e6391a (patch) | |
tree | bd8c2b288969c82f8b7d7b15e82aa90db0e1273d /tools | |
parent | 8a4474d66550bddf71b5a447435d37999772079f (diff) | |
download | Qt-b85d0a69c909e65f97908d64a4a8caef55e6391a.zip Qt-b85d0a69c909e65f97908d64a4a8caef55e6391a.tar.gz Qt-b85d0a69c909e65f97908d64a4a8caef55e6391a.tar.bz2 |
Reduce QML runtime capabilities to NetworkServices and ReadUserData
Task-number:
Reviewed-by: Martin Jones
(cherry picked from commit 5a1a3ab59e96bb5b2968883160564eb24d011859)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qml/qml.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro index bc6d032..1ed8b2c 100644 --- a/tools/qml/qml.pro +++ b/tools/qml/qml.pro @@ -56,7 +56,7 @@ symbian { INCLUDEPATH += $$QT_SOURCE_TREE/examples/network/qftp/ TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 LIBS += -lesock -lcommdb -lconnmon -linsock - TARGET.CAPABILITY = "All -TCB" + TARGET.CAPABILITY = NetworkServices ReadUserData } mac { QMAKE_INFO_PLIST=Info_mac.plist |