Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt5-staging

* 'master' of git://scm.dev.nokia.troll.no/qt/qt5-staging:
  Update qttools (fix compile)
  qtwebkit: force separate_debug_info off
  Update qtwebkit (fix compile)
  Update submodule reference to the latest.
  Update the head for qtsystems submodule.
  Enable the build for QtSystems by default.
This commit is contained in:
Qt Continuous Integration System
2011-07-02 14:22:57 +10:00
18 changed files with 21 additions and 18 deletions

2
qt.pro
View File

@@ -76,8 +76,6 @@ module_qtsensors.depends = module_qtbase module_qtdeclarative
module_qtsystems.subdir = $$IN_PWD/qtsystems
module_qtsystems.target = module-qtsystems
module_qtsystems.depends = module_qtbase module_qtdeclarative
# not yet enabled by default
module_qtsystems.CONFIG = no_default_target no_default_install
module_qtmultimediakit.subdir = $$IN_PWD/qtmultimediakit
module_qtmultimediakit.target = module-qtmultimediakit

2
qtbase

Submodule qtbase updated: 1fb4d6737c...fa65123a86

2
qtdoc

Submodule qtdoc updated: 7e58eff39b...b95a67c03b

2
qtqa

Submodule qtqa updated: 0316a4af99...447e1ff970

2
qtsvg

Submodule qtsvg updated: 8c19885edf...0eebae5f2c

Submodule qttools updated: 75b8fea082...de73f13a21

View File

@@ -30,6 +30,11 @@ contains(DS, /) {
GNUTOOLS = $$quote("set \"PATH=$$PWD/gnuwin32/bin;%PATH%\" &&")
}
# Any configuration making use of QMAKE_POST_LINK will not work for this project,
# since the building is done by webkit's own build script and qmake at this level
# does not know the real TARGET. Disable them here.
CONFIG -= separate_debug_info
exists($$PWD/qtwebkit/WebKitTools):qtwebkit_tools_dir = WebKitTools
else:qtwebkit_tools_dir = Tools