From 0aeacd360ded3dead3a28683a5b0fd2868a5b444 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 20 Apr 2018 14:19:16 +0200 Subject: Export from sink_test so we can link against it on windows --- tests/mailtest.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/mailtest.h') diff --git a/tests/mailtest.h b/tests/mailtest.h index cba623d..b827188 100644 --- a/tests/mailtest.h +++ b/tests/mailtest.h @@ -18,6 +18,7 @@ */ #pragma once +#include "sinktest_export.h" #include #include @@ -26,7 +27,7 @@ namespace Sink { -class MailTest : public QObject +class SINKTEST_EXPORT MailTest : public QObject { Q_OBJECT -- cgit v1.2.3