summaryrefslogtreecommitdiffstats
path: root/mkspecs
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 /mkspecs
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 'mkspecs')
-rw-r--r--mkspecs/features/qt_configure.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/qt_configure.prf b/mkspecs/features/qt_configure.prf
index 081dddc9fb..43be04aa62 100644
--- a/mkspecs/features/qt_configure.prf
+++ b/mkspecs/features/qt_configure.prf
@@ -785,7 +785,7 @@ defineReplace(qtConfFindFirstAvailableFeature) {
isEmpty(config.features.$${feature}._KEYS_): \
error("Asking for a report on undefined feature $${2}.")
$$eval(config.features.$${feature}.available): \
- return($$feature)
+ return($$eval(config.features.$${feature}.description))
}
return("<none>")