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.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