summaryrefslogtreecommitdiffstats
path: root/src/tools/bootstrap
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-01-11 12:43:37 +0100
committerKai Koehne <kai.koehne@qt.io>2018-01-12 11:41:37 +0000
commit42cb74aa81f2a952b2ecd9a4b905079c2956e764 (patch)
treeb03c54b5a067e9a614bb716c865719fda108eb05 /src/tools/bootstrap
parentc81966c39ebafebc6ceb2b0a8f8a39b9a08d1c14 (diff)
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>
Diffstat (limited to 'src/tools/bootstrap')
-rw-r--r--src/tools/bootstrap/bootstrap.pro3
1 files changed, 0 insertions, 3 deletions
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