From 0c0a2ea55cb3371bf29ca38e0b5e45ab14c88b29 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Thu, 17 Nov 2011 14:37:21 -0500 Subject: [PATCH] Put delcaration in ifdef --- src/libtomahawk/AtticaManager.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libtomahawk/AtticaManager.h b/src/libtomahawk/AtticaManager.h index 655ed7ffd..783123760 100644 --- a/src/libtomahawk/AtticaManager.h +++ b/src/libtomahawk/AtticaManager.h @@ -128,6 +128,8 @@ private: static AtticaManager* s_instance; }; +#ifdef LIBATTICA_FOUND Q_DECLARE_METATYPE( Attica::Content ); +#endif #endif // ATTICAMANAGER_H