mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
refs #403 add BlackCore shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKCORE_CONTEXTSETTINGS_IMPL_H
|
||||
#define BLACKCORE_CONTEXTSETTINGS_IMPL_H
|
||||
|
||||
#include "blackcoreexport.h"
|
||||
#include "context_settings.h"
|
||||
#include "dbus_server.h"
|
||||
#include "context_runtime.h"
|
||||
@@ -26,7 +27,7 @@ namespace BlackCore
|
||||
/*!
|
||||
* Settings context implementation
|
||||
*/
|
||||
class CContextSettings : public IContextSettings
|
||||
class BLACKCORE_EXPORT CContextSettings : public IContextSettings
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_CLASSINFO("D-Bus Interface", BLACKCORE_CONTEXTSETTINGS_INTERFACENAME)
|
||||
|
||||
Reference in New Issue
Block a user