summaryrefslogtreecommitdiffstats
path: root/src/core/core_module.pro
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/core/core_module.pro
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/core/core_module.pro')
-rw-r--r--src/core/core_module.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_module.pro b/src/core/core_module.pro
index 1548a4d3f..320ebd0f8 100644
--- a/src/core/core_module.pro
+++ b/src/core/core_module.pro
@@ -4,7 +4,7 @@ TARGET = QtWebEngineCore
CMAKE_MODULE_TESTS = "-"
QT += qml quick
-QT_PRIVATE += qml-private quick-private gui-private core-private
+QT_PRIVATE += gui-private
# Look for linking information produced by gyp for our target according to core_generated.gyp
!include($$OUT_PWD/$$getConfigDir()/$${TARGET}_linking.pri) {