Title: [105719] trunk
Revision
105719
Author
[email protected]
Date
2012-01-24 03:22:26 -0800 (Tue, 24 Jan 2012)

Log Message

Some qmake build files must include Qt5's "quick" module.
https://bugs.webkit.org/show_bug.cgi?id=76671

Unreviewed build fix.

.:

* Source/api.pri:

Source/WebKit2:

* UIProcess/API/qt/tests/tests.pri:

Tools:

* MiniBrowser/qt/MiniBrowser.pro:
* WebKitTestRunner/Target.pri:

Modified Paths

Diff

Modified: trunk/ChangeLog (105718 => 105719)


--- trunk/ChangeLog	2012-01-24 11:19:46 UTC (rev 105718)
+++ trunk/ChangeLog	2012-01-24 11:22:26 UTC (rev 105719)
@@ -1,3 +1,12 @@
+2012-01-24  Simon Hausmann  <[email protected]>
+
+        Some qmake build files must include Qt5's "quick" module.
+        https://bugs.webkit.org/show_bug.cgi?id=76671
+
+        Unreviewed build fix.
+
+        * Source/api.pri:
+
 2012-01-21  Priit Laes  <[email protected]>
 
         [GTK][PATCH] Enable MathML support by default

Modified: trunk/Source/WebKit2/ChangeLog (105718 => 105719)


--- trunk/Source/WebKit2/ChangeLog	2012-01-24 11:19:46 UTC (rev 105718)
+++ trunk/Source/WebKit2/ChangeLog	2012-01-24 11:22:26 UTC (rev 105719)
@@ -1,3 +1,12 @@
+2012-01-24  Simon Hausmann  <[email protected]>
+
+        Some qmake build files must include Qt5's "quick" module.
+        https://bugs.webkit.org/show_bug.cgi?id=76671
+
+        Unreviewed build fix.
+
+        * UIProcess/API/qt/tests/tests.pri:
+
 2012-01-24  Zeno Albisser  <[email protected]>
 
         [Qt][WK2] Application URL schemes cause asserts when using debug.

Modified: trunk/Source/WebKit2/UIProcess/API/qt/tests/tests.pri (105718 => 105719)


--- trunk/Source/WebKit2/UIProcess/API/qt/tests/tests.pri	2012-01-24 11:19:46 UTC (rev 105718)
+++ trunk/Source/WebKit2/UIProcess/API/qt/tests/tests.pri	2012-01-24 11:22:26 UTC (rev 105719)
@@ -7,7 +7,7 @@
            ../util.cpp
 INCLUDEPATH += $$PWD
 
-QT += testlib declarative widgets
+QT += testlib declarative widgets quick
 
 CONFIG += qtwebkit
 

Modified: trunk/Source/api.pri (105718 => 105719)


--- trunk/Source/api.pri	2012-01-24 11:19:46 UTC (rev 105718)
+++ trunk/Source/api.pri	2012-01-24 11:22:26 UTC (rev 105719)
@@ -31,7 +31,7 @@
 }
 
 QT += network
-haveQt(5): QT += widgets printsupport
+haveQt(5): QT += widgets printsupport quick
 
 win32*:!win32-msvc* {
     # Make sure OpenGL libs are after the webcore lib so MinGW can resolve symbols

Modified: trunk/Tools/ChangeLog (105718 => 105719)


--- trunk/Tools/ChangeLog	2012-01-24 11:19:46 UTC (rev 105718)
+++ trunk/Tools/ChangeLog	2012-01-24 11:22:26 UTC (rev 105719)
@@ -1,3 +1,13 @@
+2012-01-24  Simon Hausmann  <[email protected]>
+
+        Some qmake build files must include Qt5's "quick" module.
+        https://bugs.webkit.org/show_bug.cgi?id=76671
+
+        Unreviewed build fix.
+
+        * MiniBrowser/qt/MiniBrowser.pro:
+        * WebKitTestRunner/Target.pri:
+
 2012-01-24  Andras Becsi  <[email protected]>
 
         [Qt] Fix the event timestamps for touch mocking

Modified: trunk/Tools/MiniBrowser/qt/MiniBrowser.pro (105718 => 105719)


--- trunk/Tools/MiniBrowser/qt/MiniBrowser.pro	2012-01-24 11:19:46 UTC (rev 105718)
+++ trunk/Tools/MiniBrowser/qt/MiniBrowser.pro	2012-01-24 11:22:26 UTC (rev 105719)
@@ -24,7 +24,7 @@
 
 CONFIG += qtwebkit qtwebkit-private
 
-QT += network declarative widgets
+QT += network declarative widgets quick
 macx: QT += xml
 
 RESOURCES += MiniBrowser.qrc

Modified: trunk/Tools/WebKitTestRunner/Target.pri (105718 => 105719)


--- trunk/Tools/WebKitTestRunner/Target.pri	2012-01-24 11:19:46 UTC (rev 105718)
+++ trunk/Tools/WebKitTestRunner/Target.pri	2012-01-24 11:22:26 UTC (rev 105719)
@@ -25,7 +25,7 @@
 
 DESTDIR = $${ROOT_BUILD_DIR}/bin
 
-QT = core gui widgets network declarative testlib
+QT = core gui widgets network declarative testlib quick
 
 load(features)
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to