summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/pepper/qpepperfontdatabase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/pepper/qpepperfontdatabase.cpp')
-rw-r--r--src/plugins/platforms/pepper/qpepperfontdatabase.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/platforms/pepper/qpepperfontdatabase.cpp b/src/plugins/platforms/pepper/qpepperfontdatabase.cpp
index e542939587..5b816b8059 100644
--- a/src/plugins/platforms/pepper/qpepperfontdatabase.cpp
+++ b/src/plugins/platforms/pepper/qpepperfontdatabase.cpp
@@ -49,6 +49,8 @@ void QPepperFontDatabase::populateFontDatabase()
registerFont("Arial", "", QFont::Normal, QFont::StyleNormal, QFont::Unstretched, true, true, 12,
writingSystems, 0);
#else
+ Q_INIT_RESOURCE(naclfonts);
+
// Load font file from resources. Currently
// all fonts needs to be bundled with the nexe
// as Qt resources.