summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qftp/qftp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network/access/qftp/qftp.pro')
-rw-r--r--tests/auto/network/access/qftp/qftp.pro9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/auto/network/access/qftp/qftp.pro b/tests/auto/network/access/qftp/qftp.pro
index 4294f27e74..1959c1acac 100644
--- a/tests/auto/network/access/qftp/qftp.pro
+++ b/tests/auto/network/access/qftp/qftp.pro
@@ -2,12 +2,5 @@ CONFIG += testcase
TARGET = tst_qftp
SOURCES += tst_qftp.cpp
-requires(contains(QT_CONFIG,private_tests))
+requires(qtConfig(private_tests))
QT = core network network-private testlib
-
-wince {
- addFiles.files = rfc3252.txt
- addFiles.path = .
- DEPLOYMENT += addFiles
-}
-