1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-17 19:37:09 +02:00

Export InfoSystemCache to link with qt5

This commit is contained in:
Uwe L. Korn
2013-07-26 19:37:11 +02:00
parent 26d1e524d5
commit c26c9e3ca1

View File

@@ -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