summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-10-11 19:38:39 +0200
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-10-12 09:29:04 +0000
commit14a5086bd381f1b198e86099a578c70f20aed0d3 (patch)
tree5602b08477860655af2e89c3bef1c55104416205 /src/gui
parent65d5bfc63d04bb1a0719183501c918b7a3d44cfe (diff)
de-duplicate freetype configure entry
note that the feature is kept private (unlike in the introduced duplicate), as there shouldn't be a need to query this internal variable (that's actually debatable, but this discussion applies to several other features as well). Change-Id: I05c52a8becd5151f7e9e378f0c49499223916053 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/configure.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index 8df63c8ee0..318efe5401 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -454,6 +454,8 @@
},
"freetype": {
"label": "FreeType",
+ "purpose": "Supports the FreeType 2 font engine (and its supported font formats).",
+ "section": "Fonts",
"output": [ "privateFeature", "feature" ]
},
"system-freetype": {
@@ -935,12 +937,6 @@
"condition": "features.temporaryfile",
"output": [ "publicFeature", "feature" ]
},
- "freetype": {
- "label": "Freetype Font Engine",
- "purpose": "Supports the FreeType 2 font engine (and its supported font formats).",
- "section": "Fonts",
- "output": [ "publicFeature", "feature" ]
- },
"desktopservices": {
"label": "QDesktopServices",
"purpose": "Provides methods for accessing common desktop services.",