aboutsummaryrefslogtreecommitdiffstats
path: root/qtwebkit.pri
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-07-01 15:21:02 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2011-07-01 15:21:02 +1000
commitb397b26b58c950afab585ec44e28fc5f9d318d08 (patch)
tree266aaf273717df1bb728b440ad249592efdfa772 /qtwebkit.pri
parent868c76dc4a3852e87214b8918a46bac51420cd4a (diff)
qtwebkit: force separate_debug_info off
This feature does not currently work with webkit's custom build script, so disable it.
Diffstat (limited to 'qtwebkit.pri')
-rw-r--r--qtwebkit.pri5
1 files changed, 5 insertions, 0 deletions
diff --git a/qtwebkit.pri b/qtwebkit.pri
index af16a119..05665e0c 100644
--- a/qtwebkit.pri
+++ b/qtwebkit.pri
@@ -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