OSDN Git Service

Merge remote branch 'origin/2.1'
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Mon, 18 Oct 2010 18:59:12 +0000 (20:59 +0200)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Mon, 18 Oct 2010 18:59:12 +0000 (20:59 +0200)
Conflicts:
share/qtcreator/templates/qmlapp/app.pro
src/libs/utils/filesearch.cpp

1  2 
doc/qtcreator.qdoc
share/qtcreator/templates/qmlapp/app.pro
src/plugins/debugger/debuggerengine.cpp
src/plugins/debugger/gdb/gdbengine.cpp
src/plugins/projectexplorer/outputformatter.cpp
src/plugins/qt4projectmanager/qt-maemo/qt-maemo.pri
src/plugins/qt4projectmanager/qt4projectconfigwidget.cpp
src/plugins/qt4projectmanager/qtversionmanager.cpp
src/plugins/qt4projectmanager/qtversionmanager.h
src/plugins/texteditor/basetexteditor.cpp

Simple merge
@@@ -20,17 -20,9 +20,16 @@@ DEFINES += NETWORKACCES
  # TARGETUID3 #
  symbian:TARGET.UID3 = 0xE1111234
  
- # Define QMLJSDEBUGGER to enable basic debugging (setting breakpoints etc)
- # Define QMLOBSERVER for advanced features (requires experimental QmlInspector plugin!)
- #DEFINES += QMLJSDEBUGGER
- #DEFINES += QMLOBSERVER
 +# 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
 +
+ # Define QMLJSDEBUGGER to allow debugging of QML
+ # (This might significantly increase build time)
+ # DEFINES += QMLJSDEBUGGER
  
  # The .cpp file which was generated for your project. Feel free to hack it.
  SOURCES += main.cpp