Title: [89574] trunk/Source/WebKit/qt
- Revision
- 89574
- Author
- [email protected]
- Date
- 2011-06-23 08:44:58 -0700 (Thu, 23 Jun 2011)
Log Message
2011-06-23 Joe Wild <[email protected]>
Reviewed by Laszlo Gombos.
[Qt] Export files under Symbian Qt WebKit build
https://bugs.webkit.org/show_bug.cgi?id=61207
Export files for the Symbian platform as this is needed by the
production build system.
Janne Koskinen provided the suggestion to use target_predeps,
which is an improvement over the originally suggested patch.
* QtWebKit.pro:
Modified Paths
Diff
Modified: trunk/Source/WebKit/qt/ChangeLog (89573 => 89574)
--- trunk/Source/WebKit/qt/ChangeLog 2011-06-23 15:27:48 UTC (rev 89573)
+++ trunk/Source/WebKit/qt/ChangeLog 2011-06-23 15:44:58 UTC (rev 89574)
@@ -1,3 +1,18 @@
+2011-06-23 Joe Wild <[email protected]>
+
+ Reviewed by Laszlo Gombos.
+
+ [Qt] Export files under Symbian Qt WebKit build
+ https://bugs.webkit.org/show_bug.cgi?id=61207
+
+ Export files for the Symbian platform as this is needed by the
+ production build system.
+
+ Janne Koskinen provided the suggestion to use target_predeps,
+ which is an improvement over the originally suggested patch.
+
+ * QtWebKit.pro:
+
2011-06-23 Csaba Osztrogonác <[email protected]>
Rubber-stamped by Andreas Kling.
Modified: trunk/Source/WebKit/qt/QtWebKit.pro (89573 => 89574)
--- trunk/Source/WebKit/qt/QtWebKit.pro 2011-06-23 15:27:48 UTC (rev 89573)
+++ trunk/Source/WebKit/qt/QtWebKit.pro 2011-06-23 15:44:58 UTC (rev 89574)
@@ -322,7 +322,7 @@
# INSTALLS is not implemented in qmake's mmp 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
+ inst_headers.CONFIG = no_clean no_link target_predeps
!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}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes