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/mailthreadtest.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/mailthreadtest.h') diff --git a/tests/mailthreadtest.h b/tests/mailthreadtest.h index 1c5c389..6b64d4e 100644 --- a/tests/mailthreadtest.h +++ b/tests/mailthreadtest.h @@ -18,6 +18,7 @@ */ #pragma once +#include "sinktest_export.h" #include #include @@ -29,7 +30,7 @@ namespace Sink { /** * Tests if the resource can thread emails. */ -class MailThreadTest : public QObject +class SINKTEST_EXPORT MailThreadTest : public QObject { Q_OBJECT -- cgit v1.2.3