summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-06-18 10:07:39 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-06-18 11:51:41 +0200
commit976fa5134aea52741df7b25a196fa36251dc932f (patch)
treef6603665d7ba06465f44437862970d83af5f5663 /qmake
parent8b701f9bd92c62aaba3d652e95b0e3e04e8e847d (diff)
CMake: Use intelcet flags for bootstrap and qmake
This should fix build failures on Ubuntu 20.04. Amends fa98adbd04de9d44ce921436b92589a41f285dcd Change-Id: Iff399faff0cf06f5b88d756b1f632b8798069578 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'qmake')
-rw-r--r--qmake/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/CMakeLists.txt b/qmake/CMakeLists.txt
index efc6c81da4..9931a2e14a 100644
--- a/qmake/CMakeLists.txt
+++ b/qmake/CMakeLists.txt
@@ -274,3 +274,4 @@ qt_internal_apply_gc_binaries(${target_name} PRIVATE) # special case
qt_enable_msvc_cplusplus_define(${target_name} PUBLIC) # special case
qt_skip_warnings_are_errors(${target_name}) # special case
+qt_internal_apply_intel_cet(Bootstrap PUBLIC) # special case