summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qftp/qftp.pro
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2020-02-11 12:28:35 +0100
committerKarsten Heimrich <karsten.heimrich@qt.io>2020-02-17 14:22:26 +0100
commit1b4dd753eda1111767d81df3bb665f2b14a65d8e (patch)
treec0e8559173af948b85666b786a1053cd83bc7810 /tests/auto/network/access/qftp/qftp.pro
parent94c04c3e54e2670c7b15877471d7a475b5926acd (diff)
Disable FTP support in QNAM by default
If necessary, the feature still can be enabled with -feature-ftp. Task-number: QTBUG-80339 Change-Id: I7dafaad254d1396f24ac5c339d55c3bedfa97f1c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'tests/auto/network/access/qftp/qftp.pro')
-rw-r--r--tests/auto/network/access/qftp/qftp.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/network/access/qftp/qftp.pro b/tests/auto/network/access/qftp/qftp.pro
index c78020c5f8..ad610316df 100644
--- a/tests/auto/network/access/qftp/qftp.pro
+++ b/tests/auto/network/access/qftp/qftp.pro
@@ -1,7 +1,9 @@
CONFIG += testcase
TARGET = tst_qftp
SOURCES += tst_qftp.cpp
+QT_FOR_CONFIG += network
+requires(qtConfig(ftp))
requires(qtConfig(private_tests))
QT = core network network-private testlib