Title: [104291] trunk
- Revision
- 104291
- Author
- [email protected]
- Date
- 2012-01-06 07:28:47 -0800 (Fri, 06 Jan 2012)
Log Message
[Qt] Fix compilation of app code against QtWebKit master header file
Unreviewed trivial build fix.
* Source/sync.profile: Exclude util.h and testwindow.h from the master header
file, because it cannot be used outside of the WebKit source tree.
Modified Paths
Diff
Modified: trunk/ChangeLog (104290 => 104291)
--- trunk/ChangeLog 2012-01-06 14:48:23 UTC (rev 104290)
+++ trunk/ChangeLog 2012-01-06 15:28:47 UTC (rev 104291)
@@ -1,3 +1,12 @@
+2012-01-06 Simon Hausmann <[email protected]>
+
+ [Qt] Fix compilation of app code against QtWebKit master header file
+
+ Unreviewed trivial build fix.
+
+ * Source/sync.profile: Exclude util.h and testwindow.h from the master header
+ file, because it cannot be used outside of the WebKit source tree.
+
2012-01-06 Tor Arne Vestbø <[email protected]>
[Qt] Move listing of include paths and libs to pri files in sources
Modified: trunk/Source/sync.profile (104290 => 104291)
--- trunk/Source/sync.profile 2012-01-06 14:48:23 UTC (rev 104290)
+++ trunk/Source/sync.profile 2012-01-06 15:28:47 UTC (rev 104291)
@@ -15,4 +15,4 @@
%modulepris = (
"QtWebKit" => "$basedir/../Tools/qmake/mkspecs/modules/qt_webkit.pri",
);
-@ignore_for_master_contents = ( "qwebscriptworld.h" );
+@ignore_for_master_contents = ( "qwebscriptworld.h", "testwindow.h", "util.h" );
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes