summaryrefslogtreecommitdiffstats
path: root/src/core/core_headers.pro
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2019-05-17 15:49:23 +0200
committerMichal Klocek <michal.klocek@qt.io>2019-05-20 16:23:21 +0200
commitee12b53eba009e8a3ca12ef77031d9a48c609cb4 (patch)
tree30355d3b2a6206ccd68cdd7e215249232f9def4e /src/core/core_headers.pro
parent546c42e42643a209d893d5291c26c3f8ef7102a3 (diff)
Make linker call look great again
Fix issues with messed up linker path: * do not use LIBS_PRIVATE on linux at least for passing object and archive responses files. * do not use QT and QT_PRIVATE with same libs, it simply includes libs in LIB and LIB_PRIVATE so doubles linker libs. * remove bogus dependency for gui and core for webengineheaders pseudo module. * remove unused egl config flag Fixes: QTBUG-75832 Task-number: QTBUG-75357 Change-Id: I1720394e636e3f89d546f372b10932dd4ad395fe Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/core_headers.pro')
-rw-r--r--src/core/core_headers.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core_headers.pro b/src/core/core_headers.pro
index 21b5d58c3..cd5352eb7 100644
--- a/src/core/core_headers.pro
+++ b/src/core/core_headers.pro
@@ -1,5 +1,6 @@
TARGET = QtWebEngineCore
CONFIG += no_private_module header_module internal_module no_plist
+QT -= core gui
MODULE = webenginecoreheaders
MODULE_CFG_FILE = qtwebenginecore-config
load(qt_module)