summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@digia.com>2014-10-16 15:41:31 +0200
committerChristian Stromme <christian.stromme@digia.com>2014-10-16 16:01:56 +0200
commitb1bb8aaa865d894a984f360e89105e43fed02de9 (patch)
treee2a228e292b5bdbac0d3481be23b2271f1a395bb
parentbb8260ded4e4c6717017b94ea39c6a553098301c (diff)
Fix builds using QQuickWebEngineView
We need to include the definition for Q_WEBVIEW_EXPORT for the QQuickWebEngineView implementation. Change-Id: Ia5b74fc757aa6e1e584e45063a038ffe77f971c0 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-rw-r--r--src/webview/qwebview_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webview/qwebview_p.h b/src/webview/qwebview_p.h
index 02c76e4..44f0047 100644
--- a/src/webview/qwebview_p.h
+++ b/src/webview/qwebview_p.h
@@ -48,6 +48,8 @@
// We mean it.
//
+#include <QtWebView/qwebview_global.h>
+
#if !defined(QT_WEBVIEW_WEBENGINE_BACKEND)
#include "qwindowcontrolleritem_p.h"