NOISSUE make shared logic library ... shared

This commit is contained in:
Petr Mrázek
2015-09-05 18:46:57 +02:00
parent cd108fd029
commit 23d0bd8edd
76 changed files with 259 additions and 116 deletions

View File

@ -5,7 +5,9 @@
#include <QQueue>
#include <memory>
class SequentialTask : public Task
#include "multimc_logic_export.h"
class MULTIMC_LOGIC_EXPORT SequentialTask : public Task
{
Q_OBJECT
public:

View File

@ -18,7 +18,9 @@
#include <QObject>
#include <QString>
class Task : public QObject
#include "multimc_logic_export.h"
class MULTIMC_LOGIC_EXPORT Task : public QObject
{
Q_OBJECT
public: