diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-15 07:30:08 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-15 07:30:08 +0100 |
commit | 6ca6273427fe939080aba15349dcc380c44d1c3f (patch) | |
tree | 6d755f9c22533f7ad515f79cb25447ec4c56b1cf /tests/hawd/state.h | |
parent | 3e01511e54bda77e553f22ff905c557ac204cbe5 (diff) | |
download | sink-6ca6273427fe939080aba15349dcc380c44d1c3f.tar.gz sink-6ca6273427fe939080aba15349dcc380c44d1c3f.zip |
make libhawd a shared lib
Diffstat (limited to 'tests/hawd/state.h')
-rw-r--r-- | tests/hawd/state.h | 3 |
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 | ||
27 | namespace HAWD | 28 | namespace HAWD |
28 | { | 29 | { |
29 | 30 | ||
30 | class State | 31 | class HAWD_EXPORT State |
31 | { | 32 | { |
32 | public: | 33 | public: |
33 | State(const QString &configPath = QString()); | 34 | State(const QString &configPath = QString()); |