mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-16 19:14:06 +02:00
Export InfoSystemCache to link with qt5
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Tomahawk
|
|||||||
namespace InfoSystem
|
namespace InfoSystem
|
||||||
{
|
{
|
||||||
|
|
||||||
class InfoSystemCache : public QObject
|
class DLLEXPORT InfoSystemCache : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
@@ -67,6 +67,6 @@ private:
|
|||||||
|
|
||||||
} //namespace Tomahawk
|
} //namespace Tomahawk
|
||||||
|
|
||||||
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoSystemCache* );
|
Q_DECLARE_METATYPE( Tomahawk::InfoSystem::InfoSystemCache* )
|
||||||
|
|
||||||
#endif //TOMAHAWK_INFOSYSTEMCACHE_H
|
#endif //TOMAHAWK_INFOSYSTEMCACHE_H
|
||||||
|
Reference in New Issue
Block a user