From 0f16c76e83f711f6b7b7c4b56ee91ec410cc8038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 21 Dec 2022 15:58:28 +0100 Subject: [PATCH] Export the lcQpaFonts logging category It's used by the WASM and iOS platform plugins. Change-Id: Ia0c833e11a8db8d68782c84937fb444e5430cefe Reviewed-by: Giuseppe D'Angelo Reviewed-by: Timur Pocheptsov --- src/gui/text/qplatformfontdatabase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/text/qplatformfontdatabase.h b/src/gui/text/qplatformfontdatabase.h index 8527e7b39c..a5e65086a8 100644 --- a/src/gui/text/qplatformfontdatabase.h +++ b/src/gui/text/qplatformfontdatabase.h @@ -25,7 +25,7 @@ QT_BEGIN_NAMESPACE -Q_DECLARE_LOGGING_CATEGORY(lcQpaFonts) +Q_DECLARE_EXPORTED_LOGGING_CATEGORY(lcQpaFonts, Q_GUI_EXPORT) class QWritingSystemsPrivate;