From f7a7b9796e70b22f302018d6fdbf89cd0c40a321 Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Wed, 12 Oct 2016 12:31:00 +0200 Subject: Make QT_NO_HIGHDPI a proper feature Change-Id: Ia82f25f9bedfde77aeb711cb089ce3e0f95d0e59 Reviewed-by: Oswald Buddenhagen Reviewed-by: Lars Knoll --- src/gui/configure.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gui') 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.", -- cgit v1.2.3