[Qt] Fixed build when using force_static_libs_as_shared
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 26 Jan 2012 12:18:59 +0000 (12:18 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 26 Jan 2012 12:18:59 +0000 (12:18 +0000)
https://bugs.webkit.org/attachment.cgi?bugid=77082

Patch by Thiago Marcos P. Santos <tmpsantos@gmail.com> on 2012-01-26
Reviewed by Simon Hausmann.

* Target.pri:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105990 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebKit2/ChangeLog
Source/WebKit2/Target.pri

index dbc6db0..93cc396 100644 (file)
@@ -1,3 +1,12 @@
+2012-01-26  Thiago Marcos P. Santos  <tmpsantos@gmail.com>
+
+        [Qt] Fixed build when using force_static_libs_as_shared
+        https://bugs.webkit.org/attachment.cgi?bugid=77082
+
+        Reviewed by Simon Hausmann.
+
+        * Target.pri:
+
 2012-01-26  NĂ¡ndor Huszka  <huszka.nandor@stud.u-szeged.hu>
 
         [WK2] WebKitTestRunner needs layoutTestController.setGeolocationPermission
index 0c91ee0..7bd4a72 100644 (file)
@@ -12,7 +12,7 @@ load(features)
 include(WebKit2.pri)
 
 WEBKIT += wtf javascriptcore webcore
-QT += declarative widgets
+QT += declarative quick widgets
 
 CONFIG += staticlib