73db181e83
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>
18 lines
363 B
Prolog
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
|