refs #403 add BlackCore shared library build

This commit is contained in:
Roland Winklmeier
2015-04-10 21:54:55 +02:00
parent d14ecb3db5
commit a13d90ada4
46 changed files with 123 additions and 50 deletions

View File

@@ -10,6 +10,7 @@
#ifndef BLACKCORE_VOICE_CHANNEL_VATLIB_H
#define BLACKCORE_VOICE_CHANNEL_VATLIB_H
#include "blackcoreexport.h"
#include "voice_channel.h"
#include "voice_vatlib.h"
#include "blackmisc/statusmessage.h"
@@ -25,7 +26,7 @@ namespace BlackCore
class CVoiceChannelVatlibPrivate;
//! Class implementing the voice channel interface
class CVoiceChannelVatlib : public IVoiceChannel
class BLACKCORE_EXPORT CVoiceChannelVatlib : public IVoiceChannel
{
Q_OBJECT