From b397b26b58c950afab585ec44e28fc5f9d318d08 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Fri, 1 Jul 2011 15:21:02 +1000 Subject: qtwebkit: force separate_debug_info off This feature does not currently work with webkit's custom build script, so disable it. --- qtwebkit.pri | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qtwebkit.pri') 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 -- cgit v1.2.3