summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/shared/deployment.pri
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@nokia.com>2011-02-01 13:22:39 +0100
committercon <qtc-committer@nokia.com>2011-02-02 09:22:42 +0100
commit1da61869797f82f9cac6f452c2059a4ef8f5e6e5 (patch)
tree2202a4f9781f4ad3fd7ff6a3073440a541e953ca /share/qtcreator/templates/shared/deployment.pri
parent6bf98fb7c305ab58204fe85c2a58b2c4a79066f6 (diff)
downloadqt-creator-1da61869797f82f9cac6f452c2059a4ef8f5e6e5.tar.gz
App wizard template: Move Network capability into main .pro
Removes the "DEFINES += NETWORKACCESS" from the main .pro file replacing it by "symbian:TARGET.CAPABILITY += NetworkServices". Task-Number: QTCREATORBUG-3594 reviewed-by: con
Diffstat (limited to 'share/qtcreator/templates/shared/deployment.pri')
-rw-r--r--share/qtcreator/templates/shared/deployment.pri1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/qtcreator/templates/shared/deployment.pri b/share/qtcreator/templates/shared/deployment.pri
index bf421fb5fa..c225424f19 100644
--- a/share/qtcreator/templates/shared/deployment.pri
+++ b/share/qtcreator/templates/shared/deployment.pri
@@ -22,7 +22,6 @@ symbian {
isEmpty(ICON):exists($${TARGET}.svg):ICON = $${TARGET}.svg
isEmpty(TARGET.EPOCHEAPSIZE):TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
contains(DEFINES, ORIENTATIONLOCK):LIBS += -lavkon -leikcore -lcone
- contains(DEFINES, NETWORKACCESS):TARGET.CAPABILITY += NetworkServices
} else:win32 {
copyCommand =
for(deploymentfolder, DEPLOYMENTFOLDERS) {