789c9954c7
Also removed the XFAIL from connectToUnresponsiveHost Change-Id: Ie0f5685a8fa437c00d22f9e76b51ac61347ce03b Task-number: QTBUG-15111 Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com>
14 lines
240 B
Prolog
14 lines
240 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
|
|
}
|
|
|