Fix the missing webview Qt Designer plugin.
authorTim Jenssen <tim.jenssen@digia.com>
Fri, 11 Jan 2013 08:11:11 +0000 (09:11 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 11 Jan 2013 09:05:52 +0000 (10:05 +0100)
Task-number: QTBUG-29031

Change-Id: Ie91ec524292358388586827acbd69ec2fed44072
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
src/designer/src/plugins/plugins.pro
src/designer/src/src.pro

index 44f5e34..7cd16f2 100644 (file)
@@ -1,7 +1,6 @@
 TEMPLATE = subdirs
 CONFIG += ordered
 
-REQUIRES = !CONFIG(static,shared|static)
 # qtHaveModule(opengl): SUBDIRS += tools/view3d
 qtHaveModule(webkitwidgets): SUBDIRS += qwebview
-# win32: contains(QT_CONFIG, activeqt): SUBDIRS += activeqt
+# win32: qtHaveModule(activeqt): SUBDIRS += activeqt
index 9802c65..64d1c37 100644 (file)
@@ -7,4 +7,4 @@ SUBDIRS = \
     components \
     designer
 
-CONFIG(shared,shared|static):SUBDIRS += plugins
+contains(QT_CONFIG, shared): SUBDIRS += plugins