qt5base-lts/tests/auto/network/socket/socket.pro
Oliver Wolff 1efe5d4b41 WinRT: Fixed compilation of network autotests and benchmarks
Change-Id: Id689f199cfb22dce231cec36faba57ab958b1bac
Reviewed-by: Maurice Kalinowski <maurice.kalinowski@digia.com>
2013-12-06 15:06:47 +01:00

21 lines
398 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qhttpsocketengine \
qudpsocket \
qtcpsocket \
qlocalsocket \
qtcpserver \
qsocks5socketengine \
qabstractsocket \
platformsocketengine \
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
platformsocketengine \
qtcpsocket \
qhttpsocketengine \
qsocks5socketengine \
winrt: SUBDIRS -= \
qhttpsocketengine \
qsocks5socketengine \