summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorkh <karsten.heimrich@theqtcompany.com>2015-04-28 13:34:04 +0200
committerKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-04-28 15:55:39 +0000
commitef48a0c26c0771c9bfa86130f00be8fa00330289 (patch)
treec0ca1257f2d259519bd11b970aa170207430021f /src
parent32221180df76fa79b09e6acb7c9263c15b279f44 (diff)
Fix dynamic build.
Change-Id: I3df834c1938e991b0c3bc07d9caf272c5a2a8507 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/libs/installer/globals.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/installer/globals.h b/src/libs/installer/globals.h
index 53ce4ffb5..c27b9dda4 100644
--- a/src/libs/installer/globals.h
+++ b/src/libs/installer/globals.h
@@ -41,9 +41,9 @@
namespace QInstaller {
-Q_DECLARE_LOGGING_CATEGORY(lcComponentChecker)
-Q_DECLARE_LOGGING_CATEGORY(lcResources)
-Q_DECLARE_LOGGING_CATEGORY(lcTranslations)
+INSTALLER_EXPORT Q_DECLARE_LOGGING_CATEGORY(lcComponentChecker)
+INSTALLER_EXPORT Q_DECLARE_LOGGING_CATEGORY(lcResources)
+INSTALLER_EXPORT Q_DECLARE_LOGGING_CATEGORY(lcTranslations)
QStringList INSTALLER_EXPORT loggingCategories();