summaryrefslogtreecommitdiffstats
path: root/src/printsupport
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-26 21:10:56 +0200
committerLars Knoll <lars.knoll@qt.io>2016-09-15 08:24:00 +0000
commitb754b2815d342334f335816b901c051940954942 (patch)
tree8c51eb3d20a19ca558de24c6a86816cf1ced5562 /src/printsupport
parent2d3c73fcfe7a93cb46190e8e82410fe93145dbe0 (diff)
rename description => label in configure.json
"description" suggests something slightly longer. this may seem like a gratuitous change, but the upcoming replacement of the old feature system clarifies makes it seem much less so. Change-Id: Ibe702e01cb146b59127bf1f990b4acaef1c61d55 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/printsupport')
-rw-r--r--src/printsupport/configure.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/printsupport/configure.json b/src/printsupport/configure.json
index 986bb9d678..6bf4208e9c 100644
--- a/src/printsupport/configure.json
+++ b/src/printsupport/configure.json
@@ -15,7 +15,7 @@
"libraries": {
"cups": {
- "description": "CUPS",
+ "label": "CUPS",
"test": "unix/cups",
"sources": [
"-lcups"
@@ -25,7 +25,7 @@
"features": {
"cups": {
- "description": "CUPS",
+ "label": "CUPS",
"condition": "libs.cups",
"output": [ "privateFeature", "feature" ]
}