qt5base-lts/tests/auto/network/access/access.pro
Karsten Heimrich 1b4dd753ed 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>
2020-02-17 14:22:26 +01:00

27 lines
534 B
Prolog

TEMPLATE=subdirs
QT_FOR_CONFIG += network
SUBDIRS=\
qnetworkdiskcache \
qnetworkcookiejar \
qnetworkaccessmanager \
qnetworkcookie \
qnetworkrequest \
qhttpnetworkconnection \
qnetworkreply \
qnetworkcachemetadata \
qhttpnetworkreply \
qabstractnetworkcache \
hpack \
http2 \
hsts
!qtConfig(private_tests): SUBDIRS -= \
qhttpnetworkconnection \
qhttpnetworkreply \
hpack \
http2 \
hsts
qtConfig(ftp): qtConfig(private_tests): SUBDIRS += qftp