summaryrefslogtreecommitdiffstats
path: root/lib/quick/qquickwebengineview_p.h
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-11-15 14:21:17 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-18 14:53:08 +0100
commitec7b2ee70a8b2db7fb87f50671a001ddd54697b0 (patch)
tree788f01a500667ddff3fc485d4be27a57b4e881e2 /lib/quick/qquickwebengineview_p.h
parent175cc28b9716f7f4f10eeee53fc541e556abe22e (diff)
Add an intermediate Qt5WebEngine module library.
Make the WebEngine QtQuick plubin library a library only that fetches the API privatly from the official module. This will allow an experimental plugin library to also have access to the API classes, which it currently can't since the plugins aren't deployed the same way as module to <prefix>/lib. The module currently only export classes privately but the plan is to make this library the official linking point of entry for applications along with the Qt5WebEngineWidgets module. The WebEngineCore library could eventyally be merged into this module library if we can get gyp to play well with qmake. Change-Id: I5edb60b412e213b59f791a7b8df9f28c295502de Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'lib/quick/qquickwebengineview_p.h')
-rw-r--r--lib/quick/qquickwebengineview_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/quick/qquickwebengineview_p.h b/lib/quick/qquickwebengineview_p.h
index d1fa4ceaa..270ad779c 100644
--- a/lib/quick/qquickwebengineview_p.h
+++ b/lib/quick/qquickwebengineview_p.h
@@ -42,13 +42,14 @@
#ifndef QQUICKWEBENGINEVIEW_P_H
#define QQUICKWEBENGINEVIEW_P_H
+#include <qtwebengineglobal_p.h>
#include <QQuickItem>
QT_BEGIN_NAMESPACE
class QQuickWebEngineViewPrivate;
-class QQuickWebEngineView : public QQuickItem {
+class Q_WEBENGINE_PRIVATE_EXPORT QQuickWebEngineView : public QQuickItem {
Q_OBJECT
Q_PROPERTY(QUrl url READ url WRITE setUrl NOTIFY urlChanged)
Q_PROPERTY(QUrl icon READ icon NOTIFY iconChanged)