summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-07-14 17:40:41 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-07-22 10:28:00 +0000
commit2b78a49f221b78418bcfb8cdcbe88ed0e3ecbbfe (patch)
tree8d9940d4b3a1900a8f1251dd75d51b23219114aa /configure.json
parentcaf51ee0ddedeb59cfb0df357b98a97a9db48278 (diff)
make firstAvailableFeature report type use the feature descriptions
they are really meant for pretty-printing the summary in the first place, and were previously unused for this type. adjust the c++* descriptions to match the context. Change-Id: I2a76b5651892bf9bd6fec315e446bfdb7c3aee97 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.json b/configure.json
index a76fec06ee..ad284526ff 100644
--- a/configure.json
+++ b/configure.json
@@ -1177,17 +1177,17 @@
"output": [ "publicQtConfig" ]
},
"c++11": {
- "description": "C++11 support",
+ "description": "C++11",
"condition": "tests.c++11",
"output": [ "publicQtConfig" ]
},
"c++14": {
- "description": "C++14 support",
+ "description": "C++14",
"condition": "features.c++11 && tests.c++14",
"output": [ "publicQtConfig" ]
},
"c++1z": {
- "description": "C++1z support",
+ "description": "C++1z",
"condition": "features.c++14 && tests.c++1z",
"output": [ "publicQtConfig" ]
},