mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-21 08:21:54 +02:00
* Fix SIP plugins on Win32.
This commit is contained in:
parent
8b9b02e15d
commit
82bd91af19
@ -4,7 +4,9 @@
|
||||
#include "sip/SipPlugin.h"
|
||||
#include "jabber_p.h"
|
||||
|
||||
class JabberPlugin : public SipPlugin
|
||||
#include "dllmacro.h"
|
||||
|
||||
class DLLEXPORT JabberPlugin : public SipPlugin
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES( SipPlugin )
|
||||
|
@ -4,7 +4,9 @@
|
||||
#include "sip/SipPlugin.h"
|
||||
#include "tomahawkzeroconf.h"
|
||||
|
||||
class ZeroconfPlugin : public SipPlugin
|
||||
#include "dllmacro.h"
|
||||
|
||||
class DLLEXPORT ZeroconfPlugin : public SipPlugin
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES( SipPlugin )
|
||||
|
Loading…
x
Reference in New Issue
Block a user