mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-02 03:36:54 +08:00
qtwebkit: force separate_debug_info off
This feature does not currently work with webkit's custom build script, so disable it.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user