5c03a3ccf3
Build examples OBS-URL: https://build.opensuse.org/request/show/227073 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=15
14 lines
396 B
Diff
14 lines
396 B
Diff
diff --git a/src/gui/text/qfontengine_ft.cpp b/src/gui/text/qfontengine_ft.cpp
|
|
index 05bd014..a3d8edf 100644
|
|
--- a/src/gui/text/qfontengine_ft.cpp
|
|
+++ b/src/gui/text/qfontengine_ft.cpp
|
|
@@ -69,7 +69,7 @@
|
|
#include FT_CONFIG_OPTIONS_H
|
|
#endif
|
|
|
|
-#if defined(FT_LCD_FILTER_H) && defined(FT_CONFIG_OPTION_SUBPIXEL_RENDERING)
|
|
+#if defined(FT_LCD_FILTER_H)
|
|
#define QT_USE_FREETYPE_LCDFILTER
|
|
#endif
|
|
|