2d3c73fcfe
Move the different parts of configure.json/.pri into the libraries where they belong. Gui is not yet fully modularized, and contains many things related to the different QPA plugins. Done-with: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Change-Id: I6659bb29354ed1f36b95b8c69e7fce58f642053f Reviewed-by: Lars Knoll <lars.knoll@qt.io>
27 lines
478 B
Prolog
27 lines
478 B
Prolog
TEMPLATE=subdirs
|
|
QT_FOR_CONFIG += network
|
|
|
|
SUBDIRS=\
|
|
qhttpsocketengine \
|
|
qudpsocket \
|
|
qtcpsocket \
|
|
qlocalsocket \
|
|
qtcpserver \
|
|
qsocks5socketengine \
|
|
qabstractsocket \
|
|
platformsocketengine \
|
|
qsctpsocket \
|
|
|
|
!qtConfig(private_tests): SUBDIRS -= \
|
|
platformsocketengine \
|
|
qtcpsocket \
|
|
qhttpsocketengine \
|
|
qsocks5socketengine \
|
|
|
|
!qtConfig(sctp): SUBDIRS -= \
|
|
qsctpsocket \
|
|
|
|
winrt: SUBDIRS -= \
|
|
qhttpsocketengine \
|
|
qsocks5socketengine \
|