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

@@ -6,6 +6,7 @@
#ifndef BLACKCORE_CONTEXTAPPLICATION_IMPL_H
#define BLACKCORE_CONTEXTAPPLICATION_IMPL_H
#include "blackcoreexport.h"
#include "context_application.h"
#include "context_runtime.h"
#include "dbus_server.h"
@@ -17,7 +18,7 @@ namespace BlackCore
/*!
* Application context
*/
class CContextApplication : public IContextApplication
class BLACKCORE_EXPORT CContextApplication : public IContextApplication
{
Q_CLASSINFO("D-Bus Interface", BLACKCORE_CONTEXTAPPLICATION_INTERFACENAME)
Q_OBJECT