From 2b78a49f221b78418bcfb8cdcbe88ed0e3ecbbfe Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 14 Jul 2016 17:40:41 +0200 Subject: 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 --- configure.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.json') 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" ] }, -- cgit v1.2.3