summaryrefslogtreecommitdiffstats
path: root/src/core/core_module.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2016-06-06 18:14:14 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2016-06-10 07:40:43 +0000
commitc67e0c495c79d2a7be0549168323a4fd298623ed (patch)
tree770fa5b11e9dcec705d904fb04c1ac4e01992f4f /src/core/core_module.pro
parentc7a14ea916a925ae80300405ed9c73c70049fc67 (diff)
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 <allan.jensen@qt.io>
Diffstat (limited to 'src/core/core_module.pro')
-rw-r--r--src/core/core_module.pro2
1 files changed, 2 insertions, 0 deletions
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