-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.10
-
None
-
901ccf760 (dev), a13a28772 (6.10)
the feature config files are generated without inclusion guards.
this causes issues with the SIMD detection code for universal binaries on macos:
- qconfig.h defines e.g. QT_COMPILER_SUPPORTS_SSE2
- qcompilerdetection.h potentially undefines it again
- later inclusions of qconfig.h re-defines it again.
on macos one should typically rely on the compiler-provided preprocessor defines like _SSE_, as they are populated based on the minimum deployment target.
- resulted in
-
QTBUG-140149 multimedia: unity builds broken on macos
-
- Closed
-
For Gerrit Dashboard: QTBUG-140150 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
675689,2 | CMake: add inclusion guards for generated feature includes | dev | qt/qtbase | Status: NEW | 0 | 0 |
675688,2 | expected: do not include qconfig.h | dev | qt/qtbase | Status: MERGED | +2 | 0 |
675704,2 | expected: do not include qconfig.h | 6.10 | qt/qtbase | Status: MERGED | +2 | 0 |