Skip to content

Commit

Permalink
Merge branch 'jb39102' into 'mer-5.6'
Browse files Browse the repository at this point in the history
[qpa] Fix font loading in the offsreen plugin. Contributes to JB#39102

See merge request !31
  • Loading branch information
adenexter committed Nov 9, 2017
2 parents 70659f7 + 426a9b2 commit 950aeae
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 950aeae

Please sign in to comment.