From 460ba5ff499b59904139bd6fd6ecf24d04e403f0 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Thu, 16 May 2019 13:15:29 +0200 Subject: Fix the build with -no-gui MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-75722 Change-Id: I78535572f360ada21d1d1f44e1aeacd32dafb2c0 Reviewed-by: Tony Sarajärvi --- qtwebview.pro | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3