summaryrefslogtreecommitdiffstats
path: root/tests/hawd/state.h
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-15 07:30:08 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-15 07:30:08 +0100
commit6ca6273427fe939080aba15349dcc380c44d1c3f (patch)
tree6d755f9c22533f7ad515f79cb25447ec4c56b1cf /tests/hawd/state.h
parent3e01511e54bda77e553f22ff905c557ac204cbe5 (diff)
downloadsink-6ca6273427fe939080aba15349dcc380c44d1c3f.tar.gz
sink-6ca6273427fe939080aba15349dcc380c44d1c3f.zip
make libhawd a shared lib
Diffstat (limited to 'tests/hawd/state.h')
-rw-r--r--tests/hawd/state.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/hawd/state.h b/tests/hawd/state.h
index fa76724..e321b41 100644
--- a/tests/hawd/state.h
+++ b/tests/hawd/state.h
@@ -23,11 +23,12 @@
23#include <QJsonObject> 23#include <QJsonObject>
24 24
25#include "datasetdefinition.h" 25#include "datasetdefinition.h"
26#include "hawd_export.h"
26 27
27namespace HAWD 28namespace HAWD
28{ 29{
29 30
30class State 31class HAWD_EXPORT State
31{ 32{
32public: 33public:
33 State(const QString &configPath = QString()); 34 State(const QString &configPath = QString());