diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-20 14:19:16 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-20 14:19:16 +0200 |
commit | 0aeacd360ded3dead3a28683a5b0fd2868a5b444 (patch) | |
tree | a68c5306d6ee859916264b92da4633bab9f60c25 /tests/mailthreadtest.h | |
parent | 572fcf00068b56abeed1ff946c3b7fc09a3dced2 (diff) | |
download | sink-0aeacd360ded3dead3a28683a5b0fd2868a5b444.tar.gz sink-0aeacd360ded3dead3a28683a5b0fd2868a5b444.zip |
Export from sink_test so we can link against it on windows
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 | ||