b66a7cbd84
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
11 lines
133 B
C
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
|