summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2020-03-12 11:01:35 +0100
committerLeander Beernaert <leander.beernaert@qt.io>2020-03-16 17:30:38 +0100
commit1b7008a3d784f3f266368f824cb43d473a301ba1 (patch)
tree253b076320a97443a73e9ab3eace6c72938efd54 /src/platformsupport
parente464e1eb8eb63c631fb0916c3ea4540a88d8aad3 (diff)
CMake: Fix Windows VM Test Runs
Simplify the handling of simd specific sources. The previous implementation was causing simd instructions to bleed into the main library. The tests were failing because the avx instruction were leaking into Qt6Gui due to the previous problem. This in turn caused any test which required Qt6Gui code run to crash since it is not possible to run avx instruction in the VMs. This patch also disables PCH for the simd sources as they result in warnings related related to using PCH header not compiled for the architecture in question. The latter can cause the build to fail in conjunction with warnings as errors. Change-Id: I1be98f2f5e967f33793d6a2e6134a24ef1709566 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Leander Beernaert <leander.beernaert@qt.io>
Diffstat (limited to 'src/platformsupport')
0 files changed, 0 insertions, 0 deletions