aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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