refs #403 add BlackMisc shared library build

This commit is contained in:
Roland Winklmeier
2015-04-10 21:51:07 +02:00
parent f75c81010d
commit a089d3641d
127 changed files with 372 additions and 218 deletions

View File

@@ -12,6 +12,7 @@
//! \file
#include "blackmiscexport.h"
#include "logpattern.h"
#include "statusmessage.h"
#include <QObject>
@@ -25,7 +26,7 @@ namespace BlackMisc
/*!
* Class for subscribing to log messages.
*/
class CLogHandler : public QObject
class BLACKMISC_EXPORT CLogHandler : public QObject
{
Q_OBJECT
@@ -94,7 +95,7 @@ namespace BlackMisc
* A class for subscribing to log messages which match particular patterns.
* \see CLogHandler::handlerForPattern
*/
class CLogPatternHandler : public QObject
class BLACKMISC_EXPORT CLogPatternHandler : public QObject
{
Q_OBJECT
@@ -179,7 +180,7 @@ namespace BlackMisc
*
* Also provides a thread-safe API for interacting with the CLogHandler.
*/
class CLogSubscriber : public QObject
class BLACKMISC_EXPORT CLogSubscriber : public QObject
{
Q_OBJECT