summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.json4
-rw-r--r--mkspecs/features/default_pre.prf2
2 files changed, 2 insertions, 4 deletions
diff --git a/configure.json b/configure.json
index 94514b1869..100841ddd2 100644
--- a/configure.json
+++ b/configure.json
@@ -823,7 +823,7 @@
"test": "common/c++1z"
},
"cxx98default": {
- "description": "compilers defaulting to C++98",
+ "description": "compiler defaulting to C++98",
"type": "compile",
"test": "common/c++98default"
},
@@ -1260,7 +1260,7 @@
"output": [ "publicConfig", "privateConfig" ]
},
"cxx98default": {
- "description": "Compilers defaulting to C++98",
+ "description": "Compiler defaults to C++98",
"condition": "tests.cxx98default",
"output": [ { "type": "publicConfig", "name": "c++11" } ]
},
diff --git a/mkspecs/features/default_pre.prf b/mkspecs/features/default_pre.prf
index 8841dc19f2..b655f2e0ca 100644
--- a/mkspecs/features/default_pre.prf
+++ b/mkspecs/features/default_pre.prf
@@ -8,8 +8,6 @@ CONFIG = \
testcase_targets import_plugins import_qpa_plugin \
$$CONFIG
-CONFIG += c++11
-
!build_pass:defined(QT_EDITION, var):!equals(QT_EDITION, "OpenSource"):!equals(QT_EDITION, "Preview") {
#
# call license checker (but cache result for one day)