summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2022-05-14 21:02:07 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2022-05-17 02:51:22 +0200
commit282f4e5d3a1f596f0b127f1e3f59a9a25417e8ff (patch)
tree2e7513b128e6614289f1ba5d2a36b1426057b78f
parent546e11f1dc5ba6959cf103088dff8042869ac3de (diff)
Add qsimd_x86_p.h to the QtCore source tree
Need to collect all header files that belong to the module to make them visible in CMake source tree. In future commit they will be used to consider what headers need to be installed for each platform. Amends 28b4bd7dbbd4c0d4e2e04aff0ff885ec163975bc Change-Id: I7ab4063350254324869d5c2d0ba0f7e336da96fb Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r--src/corelib/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/corelib/CMakeLists.txt b/src/corelib/CMakeLists.txt
index e8e0ee9599..2615a71f8b 100644
--- a/src/corelib/CMakeLists.txt
+++ b/src/corelib/CMakeLists.txt
@@ -445,6 +445,12 @@ endif()
#)
# special case end
+qt_internal_extend_target(Core
+ CONDITION ( TEST_architecture_arch STREQUAL i386 ) OR
+ ( TEST_architecture_arch STREQUAL x86_64 )
+ SOURCES
+ global/qsimd_x86_p.h
+)
qt_internal_extend_target(Core CONDITION ANDROID
SOURCES
kernel/qsharedmemory_android.cpp