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
|
||
|
|