qt5base-lts/tests/auto/network/access/qftp/qftp.pro

18 lines
350 B
Prolog
Raw Normal View History

CONFIG += testcase
TARGET = tst_qftp
SOURCES += tst_qftp.cpp
QT = core network network-private testlib
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