summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/access.pro
blob: 45d7b0cda514ba5971f05801222678d65f19ed06 (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 \
   qdecompresshelper

!qtConfig(private_tests): SUBDIRS -= \
          qhttpnetworkconnection \
          qhttpnetworkreply \
          hpack \
          http2 \
          hsts \
          qdecompresshelper