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


QT = core network

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