From 6ca6273427fe939080aba15349dcc380c44d1c3f Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Mon, 15 Dec 2014 07:30:08 +0100 Subject: make libhawd a shared lib --- tests/hawd/state.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/hawd/state.h') 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 @@ #include #include "datasetdefinition.h" +#include "hawd_export.h" namespace HAWD { -class State +class HAWD_EXPORT State { public: State(const QString &configPath = QString()); -- cgit v1.2.3