summaryrefslogtreecommitdiffstats
path: root/tests/mailtest.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/mailtest.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/mailtest.h')
-rw-r--r--tests/mailtest.h3
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
27namespace Sink { 28namespace Sink {
28 29
29class MailTest : public QObject 30class SINKTEST_EXPORT MailTest : public QObject
30{ 31{
31 Q_OBJECT 32 Q_OBJECT
32 33