summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.json
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2016-10-12 12:31:00 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2016-11-09 13:13:31 +0000
commitf7a7b9796e70b22f302018d6fdbf89cd0c40a321 (patch)
treefd45d3c9c27aefa0faf22e1201144b0c42b81fdf /src/gui/configure.json
parent49680fe0bbc9330bb92d985636690b5214f4f3b0 (diff)
Make QT_NO_HIGHDPI a proper feature
Change-Id: Ia82f25f9bedfde77aeb711cb089ce3e0f95d0e59 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/gui/configure.json')
-rw-r--r--src/gui/configure.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index 9fb4a971c3..6fba8173b4 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -847,6 +847,12 @@
"condition": "features.library",
"output": [ "publicFeature", "feature" ]
},
+ "highdpiscaling": {
+ "label": "High DPI Scaling",
+ "purpose": "Provides automatic scaling of DPI-unaware applications on high-DPI displays.",
+ "section": "Kernel",
+ "output": [ "publicFeature", "feature" ]
+ },
"validator": {
"label": "QValidator",
"purpose": "Supports validation of input text.",