From c67e0c495c79d2a7be0549168323a4fd298623ed Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Mon, 6 Jun 2016 18:14:14 +0200 Subject: Avoid precompiling headers in core_module.pro Loading qt_module.prf automagically fills PRECOMPILED_HEADER. Clear this, because core_module is a link-only module. Change-Id: I4edf75faf7c251719c1d9412ca42870dd06ddb95 Reviewed-by: Allan Sandfeld Jensen --- src/core/core_module.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/core/core_module.pro b/src/core/core_module.pro index c2fa5f9a7..62ef71eab 100644 --- a/src/core/core_module.pro +++ b/src/core/core_module.pro @@ -14,6 +14,8 @@ load(qt_module) api_library_name = qtwebenginecoreapi$$qtPlatformTargetSuffix() api_library_path = $$OUT_PWD/api/$$getConfigDir() +# Do not precompile any headers. We are only interested in the linker step. +PRECOMPILED_HEADER = LIBS_PRIVATE += -L$$api_library_path CONFIG *= no_smart_library_merge -- cgit v1.2.3