diff options
Diffstat (limited to 'tests/mailtest.h')
-rw-r--r-- | tests/mailtest.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
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 | ||
@@ -26,7 +27,7 @@ | |||
26 | 27 | ||
27 | namespace Sink { | 28 | namespace Sink { |
28 | 29 | ||
29 | class MailTest : public QObject | 30 | class SINKTEST_EXPORT MailTest : public QObject |
30 | { | 31 | { |
31 | Q_OBJECT | 32 | Q_OBJECT |
32 | 33 | ||