diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-04-28 12:43:56 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-04-28 12:43:56 (GMT) |
commit | 133a766d2e893a2f954f6bfbb18319e860e3836f (patch) | |
tree | f4f47895b9f094f3dfaf68bac36fbca27652cc26 | |
parent | 0e5fd6b280e597edd8b5884f38e7450891224846 (diff) | |
download | Qt-133a766d2e893a2f954f6bfbb18319e860e3836f.zip Qt-133a766d2e893a2f954f6bfbb18319e860e3836f.tar.gz Qt-133a766d2e893a2f954f6bfbb18319e860e3836f.tar.bz2 |
Always build Qt libs with "All -Tcb" capabilities in Symbian
-rw-r--r-- | src/qbase.pri | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/qbase.pri b/src/qbase.pri index 5ec63fb..d52120a 100644 --- a/src/qbase.pri +++ b/src/qbase.pri @@ -97,11 +97,7 @@ win32 { symbian { !static { DEFINES+=QT_MAKEDLL - contains(QT_EDITION, OpenSource) { - TARGET.CAPABILITY = LocalServices NetworkServices ReadUserData UserEnvironment WriteUserData - } else { - TARGET.CAPABILITY = All -Tcb - } + TARGET.CAPABILITY = All -Tcb } } win32-borland:INCLUDEPATH += kernel |