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>
bb10
Paul Olav Tvete 2016-10-12 12:31:00 +02:00
parent 49680fe0bb
commit f7a7b9796e
1 changed files with 6 additions and 0 deletions

View File

@ -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.",