1b4dd753ed
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>
27 lines
534 B
Prolog
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
|