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
parent
49680fe0bb
commit
f7a7b9796e
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Reference in New Issue