summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/access.pro
blob: b451a2ccc6051730e16558e9c9bd4cbc2470a486 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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