summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-04-27 17:18:37 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-04-27 22:07:44 +0200
commit9268cb808510beb3f9c50fba273e67e5b560c3e6 (patch)
tree44ab1dceab6e0b05c1f7c08353c30bc2ac7e23a2 /src/tools
parent4caac1feea025b0ad496141e8f16ab88c04c2caa (diff)
Include qsimd.cpp in bootstrap build
QHash, which is included in the bootstrap library, uses qCpuFeatures() as part of the implementation of qHashBits(), when the __ARM_FEATURE_CRYPTO is available, so we need to ensure the definition of that function is also included. Change-Id: I3eeb3685335120a4861c397ab9c82540bcfcd17c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/bootstrap/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/bootstrap/CMakeLists.txt b/src/tools/bootstrap/CMakeLists.txt
index 7d1a067126..391ab00e39 100644
--- a/src/tools/bootstrap/CMakeLists.txt
+++ b/src/tools/bootstrap/CMakeLists.txt
@@ -19,6 +19,7 @@ qt_internal_extend_target(Bootstrap
../../corelib/global/qnumeric.cpp
../../corelib/global/qoperatingsystemversion.cpp
../../corelib/global/qrandom.cpp
+ ../../corelib/global/qsimd.cpp
../../corelib/io/qabstractfileengine.cpp
../../corelib/io/qbuffer.cpp
../../corelib/io/qdebug.cpp