summaryrefslogtreecommitdiffstats
path: root/src/webengine/plugin/experimental
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-09-10 14:13:20 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-09-11 15:35:53 +0200
commit50f79d4bfbfd1007fa3c75132dfc945ad39ac716 (patch)
tree0f087fa489e4955b7711549ca6820370c28fe602 /src/webengine/plugin/experimental
parentd741059422ebeb1613c767bdd318c87228ec2160 (diff)
Remove unnecessary private header includes
Most importantly, get rid of QOpenGLContextPrivate::globalShareContext which will be removed before the final. Change-Id: I5796fa822d2962c21fd8b6d8d3c196686d536e3d Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'src/webengine/plugin/experimental')
-rw-r--r--src/webengine/plugin/experimental/experimental.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webengine/plugin/experimental/experimental.pro b/src/webengine/plugin/experimental/experimental.pro
index 565d931ba..36162e359 100644
--- a/src/webengine/plugin/experimental/experimental.pro
+++ b/src/webengine/plugin/experimental/experimental.pro
@@ -4,7 +4,7 @@ TARGETPATH = QtWebEngine/experimental
IMPORT_VERSION = 1.0
QT += webengine qml quick
-QT_PRIVATE += webengine-private qml-private quick-private gui-private core-private
+QT_PRIVATE += webengine-private
INCLUDEPATH += $$QTWEBENGINE_ROOT/src/core $$QTWEBENGINE_ROOT/src/webengine $$QTWEBENGINE_ROOT/src/webengine/api