qt6-bb10/tests/auto/network/access/qftp/qftp.pro

15 lines
331 B
Prolog

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
}
CONFIG+=insignificant_test # QTBUG-15111: uses live qt-test-server, inherently unstable