summaryrefslogtreecommitdiffstats
path: root/tests/tst_smtp/tst_smtp.pro
blob: fad9b7a15955867a752b529cef02cbb4a305abbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = app
CONFIG += qmfclient qmfmessageserver
TARGET = tst_smtp

SRCDIR = $$PWD/../../src/plugins/messageservices/smtp
INCLUDEPATH += $$SRCDIR
QT += qmfclient qmfmessageserver qmfmessageserver-private
HEADERS += $$SRCDIR/smtpauthenticator.h \
           $$SRCDIR/smtpclient.h \
           $$SRCDIR/smtpconfiguration.h
SOURCES += $$SRCDIR/smtpclient.cpp \
           $$SRCDIR/smtpauthenticator.cpp \
           $$SRCDIR/smtpconfiguration.cpp

SOURCES += tst_smtp.cpp

include(../tests.pri)

# until we figure out how to run a test SMTP server
CONFIG += insignificant_test