2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qftp
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qftp.cpp
|
|
|
|
|
2012-09-06 10:53:33 +00:00
|
|
|
requires(contains(QT_CONFIG,private_tests))
|
2011-10-25 04:42:16 +00:00
|
|
|
QT = core network network-private testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2015-06-03 15:04:53 +00:00
|
|
|
wince {
|
2011-04-27 10:05:43 +00:00
|
|
|
addFiles.files = rfc3252.txt
|
|
|
|
addFiles.path = .
|
|
|
|
DEPLOYMENT += addFiles
|
|
|
|
}
|
2011-08-10 01:45:02 +00:00
|
|
|
|