mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
refs #403 add BlackCore shared library build
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#ifndef BLACKCORE_CONTEXTAPPLICATION_PROXY_H
|
||||
#define BLACKCORE_CONTEXTAPPLICATION_PROXY_H
|
||||
|
||||
#include "blackcoreexport.h"
|
||||
#include "context_application.h"
|
||||
#include "blackmisc/genericdbusinterface.h"
|
||||
|
||||
@@ -14,7 +15,7 @@ namespace BlackCore
|
||||
|
||||
//! \brief Application context proxy
|
||||
//! \ingroup dbus
|
||||
class CContextApplicationProxy : public IContextApplication
|
||||
class BLACKCORE_EXPORT CContextApplicationProxy : public IContextApplication
|
||||
{
|
||||
Q_OBJECT
|
||||
friend class IContextApplication;
|
||||
|
||||
Reference in New Issue
Block a user