summaryrefslogtreecommitdiffstats
path: root/tests/auto/qftp/qftp.pro
blob: 8f63d6e26ead74b79f15948eeac9c9dd0dc86489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
load(qttest_p4)
SOURCES  += tst_qftp.cpp


QT = core network network-private

wince*: {
   addFiles.files = rfc3252.txt
   addFiles.path = .
   DEPLOYMENT += addFiles
   DEFINES += SRCDIR=\\\"\\\"
} else:symbian {
   addFiles.files = rfc3252.txt
   addFiles.path = .
   DEPLOYMENT += addFiles
   TARGET.EPOCHEAPSIZE="0x100 0x1000000"
   TARGET.CAPABILITY = NetworkServices
} else {
   DEFINES += SRCDIR=\\\"$$PWD/\\\"
}

CONFIG+=insignificant_test  # uses live qt-test-server, inherently unstable