From cf7404bdfbb6312c09623f0659de26e3ae7be46b Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Sat, 25 May 2013 19:05:21 +0200 Subject: [PATCH] Fix loading zeroconf with qt5 --- src/accounts/zeroconf/ZeroconfAccount.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/accounts/zeroconf/ZeroconfAccount.h b/src/accounts/zeroconf/ZeroconfAccount.h index 2c9ff05ed..a6a40798f 100644 --- a/src/accounts/zeroconf/ZeroconfAccount.h +++ b/src/accounts/zeroconf/ZeroconfAccount.h @@ -32,8 +32,10 @@ namespace Accounts class ACCOUNTDLLEXPORT ZeroconfFactory : public AccountFactory { + Q_PLUGIN_METADATA( IID "org.tomahawk-player.Player.AccountFactory" ) Q_OBJECT Q_INTERFACES( Tomahawk::Accounts::AccountFactory ) + public: ZeroconfFactory(); virtual ~ZeroconfFactory();