summaryrefslogtreecommitdiffstats
path: root/tests/mailsynctest.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-20 14:19:16 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-20 14:19:16 +0200
commit0aeacd360ded3dead3a28683a5b0fd2868a5b444 (patch)
treea68c5306d6ee859916264b92da4633bab9f60c25 /tests/mailsynctest.h
parent572fcf00068b56abeed1ff946c3b7fc09a3dced2 (diff)
downloadsink-0aeacd360ded3dead3a28683a5b0fd2868a5b444.tar.gz
sink-0aeacd360ded3dead3a28683a5b0fd2868a5b444.zip
Export from sink_test so we can link against it on windows
Diffstat (limited to 'tests/mailsynctest.h')
-rw-r--r--tests/mailsynctest.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mailsynctest.h b/tests/mailsynctest.h
index f197833..3c0076e 100644
--- a/tests/mailsynctest.h
+++ b/tests/mailsynctest.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
@@ -33,7 +34,7 @@ namespace Sink {
33 * * INBOX 34 * * INBOX
34 * * INBOX.test 35 * * INBOX.test
35 */ 36 */
36class MailSyncTest : public QObject 37class SINKTEST_EXPORT MailSyncTest : public QObject
37{ 38{
38 Q_OBJECT 39 Q_OBJECT
39 40