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


QT = core network

wince*: {
   addFiles.sources = rfc3252.txt
   addFiles.path = .
   DEPLOYMENT += addFiles
   DEFINES += SRCDIR=\\\"\\\"
} else {
   DEFINES += SRCDIR=\\\"$$PWD/\\\"
}