qt5base-lts/tests/auto/network/socket/socket.pro
Andrew Stanley-Jones 511e447b70 Enable qlocalsocket auto test
Due to recent changes in the test it should now compile
and run properly.  This re-enables the test.

Change-Id: I6c647d99fa1f1b1c53e006fef2865d6be08ec16c
Reviewed-by: Alex <alex.blasche@nokia.com>
2012-02-21 22:31:00 +01:00

17 lines
329 B
Prolog

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