diff options
Diffstat (limited to 'tests/mailthreadtest.h')
-rw-r--r-- | tests/mailthreadtest.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
18 | */ | 18 | */ |
19 | #pragma once | 19 | #pragma once |
20 | 20 | ||
21 | #include "sinktest_export.h" | ||
21 | #include <QObject> | 22 | #include <QObject> |
22 | #include <QByteArray> | 23 | #include <QByteArray> |
23 | 24 | ||
@@ -29,7 +30,7 @@ namespace Sink { | |||
29 | /** | 30 | /** |
30 | * Tests if the resource can thread emails. | 31 | * Tests if the resource can thread emails. |
31 | */ | 32 | */ |
32 | class MailThreadTest : public QObject | 33 | class SINKTEST_EXPORT MailThreadTest : public QObject |
33 | { | 34 | { |
34 | Q_OBJECT | 35 | Q_OBJECT |
35 | 36 | ||