OSDN Git Service

Merge remote branch 'origin/2.1'
authorcon <qtc-committer@nokia.com>
Fri, 4 Feb 2011 10:46:30 +0000 (11:46 +0100)
committercon <qtc-committer@nokia.com>
Fri, 4 Feb 2011 10:46:30 +0000 (11:46 +0100)
Conflicts:
share/qtcreator/templates/mobileapp/app.pro
share/qtcreator/templates/qmlapp/app.pro
src/plugins/debugger/debuggeractions.cpp

1  2 
doc/qtcreator.qdoc
share/qtcreator/templates/mobileapp/app.pro
share/qtcreator/templates/mobileapp/mainwindow.cpp
share/qtcreator/templates/qmlapp/app.pro
share/qtcreator/templates/qmlapp/qmlapplicationviewer/qmlapplicationviewer.cpp
share/qtcreator/templates/shared/deployment.pri
src/plugins/qt4projectmanager/wizards/abstractmobileapp.cpp
src/plugins/qt4projectmanager/wizards/qmlstandaloneappwizard.cpp

Simple merge
@@@ -7,21 -7,10 +7,17 @@@ DEPLOYMENTFOLDERS = # file1 dir
  # TARGETUID3 #
  symbian:TARGET.UID3 = 0xE1111234
  
 +# Smart Installer package's UID
 +# This UID is from the protected range 
 +# and therefore the package will fail to install if self-signed
 +# By default qmake uses the unprotected range value if unprotected UID is defined for the application
 +# and 0x2002CCCF value if protected UID is given to the application
 +#symbian:DEPLOYMENT.installer_header = 0x2002CCCF
 +
+ # Allow network access on Symbian
+ # NETWORKACCESS #
+ symbian:TARGET.CAPABILITY += NetworkServices
  # If your application uses the Qt Mobility libraries, uncomment
  # the following lines and add the respective components to the 
  # MOBILITY variable. 
@@@ -12,21 -12,10 +12,17 @@@ QML_IMPORT_PATH 
  # TARGETUID3 #
  symbian:TARGET.UID3 = 0xE1111234
  
 +# Smart Installer package's UID
 +# This UID is from the protected range and therefore the package will
 +# fail to install if self-signed. By default qmake uses the unprotected
 +# range value if unprotected UID is defined for the application and
 +# 0x2002CCCF value if protected UID is given to the application
 +#symbian:DEPLOYMENT.installer_header = 0x2002CCCF
 +
+ # Allow network access on Symbian
+ # NETWORKACCESS #
+ symbian:TARGET.CAPABILITY += NetworkServices
  # Define QMLJSDEBUGGER to allow debugging of QML in debug builds
  # (This might significantly increase build time)
  # DEFINES += QMLJSDEBUGGER