qt5base-lts/tests/auto/network/access/access.pro
Jonas M. Gastal 1453f74cc5 Make QFtp private.
All references to QFtp in documentation have been removed, QFtp's
documentaiton was marked internal. The QFtp example was removed.

Task-number: QTBUG-23199
Change-Id: Ifff83cac069fb350e8ebeae63e605850e65c0c30
Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
2012-01-12 14:38:55 +01:00

19 lines
399 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qnetworkdiskcache \
qnetworkcookiejar \
qnetworkaccessmanager \
qnetworkcookie \
qnetworkrequest \
qhttpnetworkconnection \
qnetworkreply \
qnetworkcachemetadata \
qhttpnetworkreply \
qabstractnetworkcache \
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qhttpnetworkconnection \
qhttpnetworkreply \
qftp \