Commit baaeee4d authored by Tim Jenssen's avatar Tim Jenssen Committed by The Qt Project
Browse files

Fix the missing webview Qt Designer plugin.


Task-number: QTBUG-29031

Change-Id: Ie91ec524292358388586827acbd69ec2fed44072
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@digia.com>
parent 7cc1af65
No related merge requests found
Showing with 2 additions and 3 deletions
TEMPLATE = subdirs TEMPLATE = subdirs
CONFIG += ordered CONFIG += ordered
REQUIRES = !CONFIG(static,shared|static)
# qtHaveModule(opengl): SUBDIRS += tools/view3d # qtHaveModule(opengl): SUBDIRS += tools/view3d
qtHaveModule(webkitwidgets): SUBDIRS += qwebview qtHaveModule(webkitwidgets): SUBDIRS += qwebview
# win32: contains(QT_CONFIG, activeqt): SUBDIRS += activeqt # win32: qtHaveModule(activeqt): SUBDIRS += activeqt
...@@ -7,4 +7,4 @@ SUBDIRS = \ ...@@ -7,4 +7,4 @@ SUBDIRS = \
components \ components \
designer designer
CONFIG(shared,shared|static):SUBDIRS += plugins contains(QT_CONFIG, shared): SUBDIRS += plugins
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment