Revert "Workaround MinGW not handling error suppression macro correctly"
This reverts commit 293b7fab55.
Reason for revert: Since Qt 6.2 MinGW 8.1 is not anymore supported
Pick-to: 6.2 6.3
Change-Id: I9b2e5e08bee663d5289a69218493911544671e79
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
bb10
parent
b5144d2722
commit
e0023ae353
|
|
@ -558,12 +558,6 @@ qt_internal_extend_target(Core CONDITION INTEGRITY
|
|||
--pending_instantiations=128
|
||||
)
|
||||
|
||||
# Workaround for QTBUG-90353
|
||||
# Remove if MinGW (our only supported gcc version < 9) is no longer supported
|
||||
qt_internal_extend_target(Core CONDITION GCC AND (CMAKE_CXX_COMPILER_VERSION VERSION_LESS "9.0.0")
|
||||
PUBLIC_COMPILE_OPTIONS -Wno-error=invalid-offsetof
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 14:.:.:corelib.pro:pathIsAbsolute(_ss_CMAKE_HOST_DATA_DIR):
|
||||
# CMAKE_HOST_DATA_DIR = "$$[QT_HOST_DATA/src]/"
|
||||
# CMAKE_HOST_DATA_DIR_IS_ABSOLUTE = "True"
|
||||
|
|
|
|||
Loading…
Reference in New Issue