qt5base-lts/tests/auto/network/access/qftp/qftp.pro
Jason McDonald 73db181e83 Put bug numbers on same line as insignificant_test markers.
This makes it easier to find insignificant tests that have no associated
bug report.

Change-Id: Ia71d59da062818d3860b0365d063e044705267fd
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2012-04-16 03:10:22 +02:00

18 lines
363 B
Prolog

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