summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qftp/qftp.pro
blob: 4294f27e749411c898ac9eb7fbb1b36c3b265a95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
TARGET = tst_qftp
SOURCES  += tst_qftp.cpp

requires(contains(QT_CONFIG,private_tests))
QT = core network network-private testlib

wince {
   addFiles.files = rfc3252.txt
   addFiles.path = .
   DEPLOYMENT += addFiles
}