MinGW: Remove workaround that disabled strict_c++
The workaround was needed in older versions of MinGW-w64 headers that did disable some common functions for -std=c++1z. Anyhow, this is not reproducable anymore with any recent MinGW-w64. Change-Id: I8e34a2e055f8e2356696dd4fe131a757c1527574 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>bb10
parent
c81966c39e
commit
42cb74aa81
|
|
@ -44,10 +44,6 @@ include(mimetypes/mimetypes.pri)
|
|||
include(xml/xml.pri)
|
||||
|
||||
win32 {
|
||||
mingw {
|
||||
# otherwise mingw headers do not declare common functions like putenv
|
||||
CONFIG -= strict_c++
|
||||
}
|
||||
LIBS_PRIVATE += -lws2_32
|
||||
!winrt {
|
||||
LIBS_PRIVATE += -lkernel32 -luser32 -lshell32 -luuid -lole32 -ladvapi32 -lwinmm
|
||||
|
|
|
|||
|
|
@ -147,8 +147,5 @@ win32 {
|
|||
|
||||
load(qt_module)
|
||||
|
||||
# otherwise mingw headers do not declare common functions like putenv
|
||||
mingw: CONFIG -= strict_c++
|
||||
|
||||
lib.CONFIG = dummy_install
|
||||
INSTALLS += lib
|
||||
|
|
|
|||
Loading…
Reference in New Issue