office-gobmx/config_host/config_qt5.h.in
Jan-Marek Glogowski b66a7cbd84 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
2017-11-06 12:05:32 +01:00

11 lines
133 B
C

/*
Settings for QT5 integration.
*/
#ifndef CONFIG_QT5_H
#define CONFIG_QT5_H
#define ENABLE_QT5 0
#define QT5_HAVE_GLIB 0
#endif