summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/WebCore.pro
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2010-06-23 13:35:41 (GMT)
committerSimon Hausmann <simon.hausmann@nokia.com>2010-06-23 13:35:41 (GMT)
commit3d2d0eb76e7d7a86065b74bc1c0a5346b8d7194d (patch)
treed0626f8b2e63a561e6e49d47d22ec60700b1b38e /src/3rdparty/webkit/WebCore/WebCore.pro
parent72c8900e421ab4afd65b3752551a7fb857ca540f (diff)
downloadQt-3d2d0eb76e7d7a86065b74bc1c0a5346b8d7194d.zip
Qt-3d2d0eb76e7d7a86065b74bc1c0a5346b8d7194d.tar.gz
Qt-3d2d0eb76e7d7a86065b74bc1c0a5346b8d7194d.tar.bz2
Updated WebKit to b3589e88fb8d581fb523578763831109f914dc2e
* Build fixes for package builds * Fix build with QT_NO_COMBOBOX * Upstream David's doc fix
Diffstat (limited to 'src/3rdparty/webkit/WebCore/WebCore.pro')
-rw-r--r--src/3rdparty/webkit/WebCore/WebCore.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/3rdparty/webkit/WebCore/WebCore.pro b/src/3rdparty/webkit/WebCore/WebCore.pro
index e0b4905..f0e41bc 100644
--- a/src/3rdparty/webkit/WebCore/WebCore.pro
+++ b/src/3rdparty/webkit/WebCore/WebCore.pro
@@ -2866,6 +2866,7 @@ HEADERS += $$WEBKIT_API_HEADERS
# INSTALLS is not implemented in qmake's s60 generators, copy headers manually
inst_headers.commands = $$QMAKE_COPY ${QMAKE_FILE_NAME} ${QMAKE_FILE_OUT}
inst_headers.input = WEBKIT_INSTALL_HEADERS
+ inst_headers.CONFIG = no_clean
!isEmpty(INSTALL_HEADERS): inst_headers.output = $$INSTALL_HEADERS/QtWebKit/${QMAKE_FILE_BASE}${QMAKE_FILE_EXT}
else: inst_headers.output = $$[QT_INSTALL_HEADERS]/QtWebKit/${QMAKE_FILE_BASE}${QMAKE_FILE_EXT}
@@ -2875,6 +2876,7 @@ HEADERS += $$WEBKIT_API_HEADERS
inst_modfile.commands = $$inst_headers.commands
inst_modfile.input = moduleFile
inst_modfile.output = $$[QMAKE_MKSPECS]/modules
+ inst_modfile.CONFIG = no_clean
QMAKE_EXTRA_COMPILERS += inst_modfile