summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qftp/qftp.pro
blob: c56dfa2b6e0e7e6b1d0e6cbfc843aff7e35b467a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
   DEFINES += SRCDIR=\\\"\\\"
} else {
   DEFINES += SRCDIR=\\\"$$PWD/\\\"
}

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