summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel/kernel.pro
blob: 6c3a234de5616c8f9463f08c8bc877fb83ca33f0 (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
TEMPLATE=subdirs
SUBDIRS=\
   qdnslookup \
   qdnslookup_appless \
   qhostinfo \
   qnetworkproxyfactory \
   qauthenticator \
   qnetworkproxy \
   qnetworkinterface \
   qnetworkdatagram \
   qnetworkaddressentry \
   qhostaddress \

winrt: SUBDIRS -= \
   qnetworkproxy \
   qnetworkproxyfactory \

osx: SUBDIRS -= \ # QTBUG-41847
    qhostinfo \

!contains(QT_CONFIG, private_tests): SUBDIRS -= \
    qauthenticator \
    qhostinfo \