summaryrefslogtreecommitdiffstats
path: root/qtwebview.pro
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2019-05-16 13:15:29 +0200
committerLiang Qi <liang.qi@qt.io>2019-05-16 13:17:58 +0000
commit460ba5ff499b59904139bd6fd6ecf24d04e403f0 (patch)
tree57fa4f6149728d149a10ab1a85821789be9ac5af /qtwebview.pro
parentd55be9749b2dfc0e047da9e1d10a240923880a40 (diff)
Fix the build with -no-gui
Task-number: QTBUG-75722 Change-Id: I78535572f360ada21d1d1f44e1aeacd32dafb2c0 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
Diffstat (limited to 'qtwebview.pro')
-rw-r--r--qtwebview.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtwebview.pro b/qtwebview.pro
index 58c33f2..b451f6e 100644
--- a/qtwebview.pro
+++ b/qtwebview.pro
@@ -1 +1,3 @@
+requires(qtConfig(gui))
+
load(qt_parts)