summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel/kernel.pro
blob: 42df80dfa114eea8ffa867a1faa4d3975d50eee5 (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 \

!qtConfig(private_tests): SUBDIRS -= \
    qauthenticator \
    qhostinfo \