summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/corelib/corelib.pro4
-rw-r--r--src/tools/bootstrap/bootstrap.pro3
2 files changed, 0 insertions, 7 deletions
diff --git a/src/corelib/corelib.pro b/src/corelib/corelib.pro
index a0d41396dd..6dc4af1bfe 100644
--- a/src/corelib/corelib.pro
+++ b/src/corelib/corelib.pro
@@ -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
diff --git a/src/tools/bootstrap/bootstrap.pro b/src/tools/bootstrap/bootstrap.pro
index 03d5e44405..a88333f03a 100644
--- a/src/tools/bootstrap/bootstrap.pro
+++ b/src/tools/bootstrap/bootstrap.pro
@@ -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