mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
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:
2
qt.pro
2
qt.pro
@@ -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
|
||||
|
||||
Submodule qtactiveqt updated: 01d455e201...677e6b7c88
2
qtbase
2
qtbase
Submodule qtbase updated: 1fb4d6737c...fa65123a86
Submodule qtdeclarative updated: e789d98c03...e41318cbb9
2
qtdoc
2
qtdoc
Submodule qtdoc updated: 7e58eff39b...b95a67c03b
Submodule qtlocation updated: 1dd8b4805d...8acf30adfa
Submodule qtmultimedia updated: d400cf2b80...9d24cb54d9
2
qtphonon
2
qtphonon
Submodule qtphonon updated: db5f67926e...0b6ab62b87
2
qtqa
2
qtqa
Submodule qtqa updated: 0316a4af99...447e1ff970
Submodule qtrepotools updated: 61dca1cf80...b4dcc01ace
2
qtscript
2
qtscript
Submodule qtscript updated: d9c4d63572...9fef9f368f
Submodule qtsensors updated: bc72e14225...1495f8434a
2
qtsvg
2
qtsvg
Submodule qtsvg updated: 8c19885edf...0eebae5f2c
Submodule qtsystems updated: c0b5b3b6bb...b5534f832f
2
qttools
2
qttools
Submodule qttools updated: 75b8fea082...de73f13a21
2
qtwebkit
2
qtwebkit
Submodule qtwebkit updated: 5ed0c6a101...81b8dac160
@@ -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
|
||||
|
||||
|
||||
Submodule qtxmlpatterns updated: 6f9790b6dd...d2774208f3
Reference in New Issue
Block a user