blob: 6cd0a154a54fa1e94aece206b168e2274ce45069 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = \
tst_python_email \
tst_qmailaddress \
tst_qmailcodec \
tst_qmailmessage \
tst_qmailmessagebody \
tst_qmailmessageheader \
tst_qmailmessagepart \
tst_qmailstore \
tst_qmailstorekeys \
tst_qprivateimplementation \
tst_longstring \
CONFIG += unittest
|