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