mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
refs #403 add BlackCore shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKCORE_CONTEXTVOICE_PROXY_H
|
||||
#define BLACKCORE_CONTEXTVOICE_PROXY_H
|
||||
|
||||
#include "blackcoreexport.h"
|
||||
#include "context_audio.h"
|
||||
|
||||
#include "blackmisc/genericdbusinterface.h"
|
||||
@@ -25,7 +26,7 @@ namespace BlackCore
|
||||
|
||||
//! \brief Audio context proxy
|
||||
//! \ingroup dbus
|
||||
class CContextAudioProxy : public IContextAudio
|
||||
class BLACKCORE_EXPORT CContextAudioProxy : public IContextAudio
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_CLASSINFO("D-Bus Interface", BLACKCORE_CONTEXTAUDIO_INTERFACENAME)
|
||||
|
||||
Reference in New Issue
Block a user