From b66a7cbd8491fe436126e11975c360f47ae346ed Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Mon, 30 Oct 2017 19:05:41 +0100 Subject: QT5 first stab on implementing CommonSalLayout CommonSalLayout doesn't rally have an interface. It's cluttered with #ifdefs. Currently we have to move the Qt5Font into the VCL library. Someone should refactor this... Doen't render any text yet, but reports some sizes. Eventually that would cut down the public interface again. Change-Id: I12f32affb05b37e070c6cbc80db01779f84590b6 --- config_host/config_qt5.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config_host/config_qt5.h.in') diff --git a/config_host/config_qt5.h.in b/config_host/config_qt5.h.in index cdce1af7800c..51bb58566f2b 100644 --- a/config_host/config_qt5.h.in +++ b/config_host/config_qt5.h.in @@ -5,6 +5,7 @@ Settings for QT5 integration. #ifndef CONFIG_QT5_H #define CONFIG_QT5_H +#define ENABLE_QT5 0 #define QT5_HAVE_GLIB 0 #endif -- cgit