summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/access.pro
blob: ef0aeac3c8161a216fca9df5e7700c5c6c9c87ef (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
27
28
TEMPLATE=subdirs
SUBDIRS=\
   qnetworkdiskcache \
   qnetworkcookiejar \
   qnetworkaccessmanager \
   qnetworkcookie \
   qnetworkrequest \
   qhttpnetworkconnection \
   qnetworkreply \
   spdy \
   qnetworkcachemetadata \
   qftp \
   qhttpnetworkreply \
   qabstractnetworkcache \
   hpack

!contains(QT_CONFIG, private_tests): SUBDIRS -= \
          qhttpnetworkconnection \
          qhttpnetworkreply \
          qftp \
          hpack

contains(QT_CONFIG, openssl) | contains(QT_CONFIG, openssl-linked) {
    contains(QT_CONFIG, private_tests) {
        SUBDIRS += \
            http2
    }
}