From 82bd91af19acd8a4316566c0ce0a7952710095dc Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 1 Jan 2011 00:20:28 +0100 Subject: [PATCH] * Fix SIP plugins on Win32. --- src/sip/jabber/jabber.h | 4 +++- src/sip/zeroconf/zeroconf.h | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/sip/jabber/jabber.h b/src/sip/jabber/jabber.h index 372eeb9d6..26350986b 100644 --- a/src/sip/jabber/jabber.h +++ b/src/sip/jabber/jabber.h @@ -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 ) diff --git a/src/sip/zeroconf/zeroconf.h b/src/sip/zeroconf/zeroconf.h index ed52f5942..d4fc6a314 100644 --- a/src/sip/zeroconf/zeroconf.h +++ b/src/sip/zeroconf/zeroconf.h @@ -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 )