From e85835c5a824c1979ace67aa3940c0fbdca40fd6 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Tue, 16 Oct 2018 14:54:36 +0200 Subject: Add configure for webengine and webenginewidgets Add possibility to build without widgets or qml support. Move module related options to webengine's subconfigure. Make proper dependencies between qml_module and qml_plugins. Cleanup headers. Fixes: QTBUG-68956 Task-number: QTBUG-70784 Change-Id: I4605d98b0d2c83c99af37e2186b5fbf10f8a6049 Reviewed-by: Allan Sandfeld Jensen --- src/webengine/api/qtwebengineglobal_p.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/webengine/api/qtwebengineglobal_p.h') diff --git a/src/webengine/api/qtwebengineglobal_p.h b/src/webengine/api/qtwebengineglobal_p.h index 7058bef09..2d30f75b0 100644 --- a/src/webengine/api/qtwebengineglobal_p.h +++ b/src/webengine/api/qtwebengineglobal_p.h @@ -51,7 +51,9 @@ // We mean it. // -#include "qtwebengineglobal.h" +#include +#include +#include QT_BEGIN_NAMESPACE -- cgit v1.2.3