From c26c9e3ca175a8fd42a9d877183b11f8338c2ea1 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Fri, 26 Jul 2013 19:37:11 +0200 Subject: [PATCH] Export InfoSystemCache to link with qt5 --- src/libtomahawk/infosystem/InfoSystemCache.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libtomahawk/infosystem/InfoSystemCache.h b/src/libtomahawk/infosystem/InfoSystemCache.h index 066b731ac..d21e32865 100644 --- a/src/libtomahawk/infosystem/InfoSystemCache.h +++ b/src/libtomahawk/infosystem/InfoSystemCache.h @@ -34,7 +34,7 @@ namespace Tomahawk namespace InfoSystem { -class InfoSystemCache : public QObject +class DLLEXPORT InfoSystemCache : public QObject { Q_OBJECT @@ -67,6 +67,6 @@ private: } //namespace Tomahawk -Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoSystemCache* ); +Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoSystemCache* ) #endif //TOMAHAWK_INFOSYSTEMCACHE_H