Title: [96113] trunk/Source/WebKit/qt
Revision
96113
Author
[email protected]
Date
2011-09-27 08:36:39 -0700 (Tue, 27 Sep 2011)

Log Message

[Qt] Fix build of declarative plugin against Qt5

Reviewed by Andreas Kling.

* declarative/declarative.pro:

Modified Paths

Diff

Modified: trunk/Source/WebKit/qt/ChangeLog (96112 => 96113)


--- trunk/Source/WebKit/qt/ChangeLog	2011-09-27 15:35:49 UTC (rev 96112)
+++ trunk/Source/WebKit/qt/ChangeLog	2011-09-27 15:36:39 UTC (rev 96113)
@@ -1,3 +1,11 @@
+2011-09-27  Tor Arne Vestbø  <[email protected]>
+
+        [Qt] Fix build of declarative plugin against Qt5
+
+        Reviewed by Andreas Kling.
+
+        * declarative/declarative.pro:
+
 2011-09-23  Tor Arne Vestbø  <[email protected]>
 
         [Qt] Fix build against Qt5 after refactor of widgets out of QtGUi

Modified: trunk/Source/WebKit/qt/declarative/declarative.pro (96112 => 96113)


--- trunk/Source/WebKit/qt/declarative/declarative.pro	2011-09-27 15:35:49 UTC (rev 96112)
+++ trunk/Source/WebKit/qt/declarative/declarative.pro	2011-09-27 15:36:39 UTC (rev 96113)
@@ -40,6 +40,7 @@
 include(../../../WebKit.pri)
 
 QT += declarative
+greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
 
 contains(QT_CONFIG, qtquick1): {
     QT += qtquick1
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to