MINGW-packages/mingw-w64-qt5-base/0017-qt-5.8.0-win32-do-not-use-fontconfig.patch
مهدي شينون (Mehdi Chinoune) d3351b41cf qt5: update to 5.15.8 - Part1
2023-01-05 18:27:27 +01:00

12 lines
465 B
Diff

--- a/src/plugins/platforms/minimal/qminimalintegration.cpp 2019-06-12 23:59:14.000000000 +0300
+++ b/src/plugins/platforms/minimal/qminimalintegration.cpp 2019-06-15 16:01:25.262773000 +0300
@@ -162,7 +162,7 @@
#endif
if (!m_fontDatabase) {
-#if QT_CONFIG(fontconfig)
+#if QT_CONFIG(fontconfig) && !defined(Q_OS_WIN)
m_fontDatabase = new QGenericUnixFontDatabase;
#else
m_fontDatabase = QPlatformIntegration::fontDatabase();