Title: [128178] trunk
- Revision
- 128178
- Author
- [email protected]
- Date
- 2012-09-11 06:51:45 -0700 (Tue, 11 Sep 2012)
Log Message
[Qt] In-source builds are broken
Reviewed by Tor Arne Vestbø.
The Tools sub-directory contains a Makefile checked into SVN. For in-source builds let's not try to
overwrite it but instead generate a dedicated Makefile.Tools.
* Makefile:
* WebKit.pro:
Modified Paths
Diff
Modified: trunk/ChangeLog (128177 => 128178)
--- trunk/ChangeLog 2012-09-11 13:49:30 UTC (rev 128177)
+++ trunk/ChangeLog 2012-09-11 13:51:45 UTC (rev 128178)
@@ -1,3 +1,15 @@
+2012-09-11 Simon Hausmann <[email protected]>
+
+ [Qt] In-source builds are broken
+
+ Reviewed by Tor Arne Vestbø.
+
+ The Tools sub-directory contains a Makefile checked into SVN. For in-source builds let's not try to
+ overwrite it but instead generate a dedicated Makefile.Tools.
+
+ * Makefile:
+ * WebKit.pro:
+
2012-09-11 Tor Arne Vestbø <[email protected]>
[Qt] Add a configure step to the Qt build system
Modified: trunk/WebKit.pro (128177 => 128178)
--- trunk/WebKit.pro 2012-09-11 13:49:30 UTC (rev 128177)
+++ trunk/WebKit.pro 2012-09-11 13:51:45 UTC (rev 128178)
@@ -42,4 +42,6 @@
QtWebKit.makefile = Makefile.QtWebKit
SUBDIRS += QtWebKit
+Tools.file = Tools/Tools.pro
+Tools.makefile = Makefile.Tools
SUBDIRS += Tools
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes