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


QT = core network network-private

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

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