mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 13:55:36 +08:00
refs #403 add BlackCore shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKCORE_OWNAIRCRAFT_PROXY_H
|
||||
#define BLACKCORE_OWNAIRCRAFT_PROXY_H
|
||||
|
||||
#include "blackcoreexport.h"
|
||||
#include "blackcore/context_ownaircraft.h"
|
||||
#include "blackmisc/genericdbusinterface.h"
|
||||
#include "blackmisc/aviation/aircrafticao.h"
|
||||
@@ -22,7 +23,7 @@ namespace BlackCore
|
||||
|
||||
//! Own aircraft context proxy
|
||||
//! \ingroup dbus
|
||||
class CContextOwnAircraftProxy : public IContextOwnAircraft
|
||||
class BLACKCORE_EXPORT CContextOwnAircraftProxy : public IContextOwnAircraft
|
||||
{
|
||||
Q_OBJECT
|
||||
friend class IContextOwnAircraft;
|
||||
|
||||
Reference in New Issue
Block a user