qt5base-lts/tests/auto/network/access/qftp/qftp.pro
Friedemann Kleint 898f7ea1ec Sanitize tst_qftp.
- Replace SRCDIR define by QFINDTESTDATA
- Replace QVERIFY by QCOMPARE where applicable
- Introduce QVERIFY2 with message for comparisons

Change-Id: Ib5a6b0f09428587281e1b9521e4d8a8117c1afdb
Reviewed-by: Peter Hartmann <phartmann@blackberry.com>
2014-03-06 17:22:55 +01:00

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