Skip to content

Commit

Permalink
[qpa] Fix font loading in the offsreen plugin. Contributes to JB#39102
Browse files Browse the repository at this point in the history
  • Loading branch information
denexter committed Nov 3, 2017
1 parent 70659f7 commit 426a9b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/platforms/offscreen/offscreen.pro
Expand Up @@ -21,6 +21,8 @@ contains(QT_CONFIG, xlib):contains(QT_CONFIG, opengl):!contains(QT_CONFIG, openg
SOURCES += qoffscreenintegration_dummy.cpp
}

contains(QT_CONFIG, fontconfig) DEFINES += Q_FONTCONFIGDATABASE

PLUGIN_TYPE = platforms
PLUGIN_CLASS_NAME = QOffscreenIntegrationPlugin
!equals(TARGET, $$QT_DEFAULT_QPA_PLUGIN): PLUGIN_EXTENDS = -
Expand Down

0 comments on commit 426a9b2

Please sign in to comment.