qt5base-lts/examples/network/.prev_CMakeLists.txt
Alexandru Croitor 74cb331af3 CMake: Regenerate examples
Change-Id: I1c51b10af4e2b26f54740f257164c56a0e2a03ce
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2020-07-09 09:38:28 +02:00

39 lines
1.1 KiB
Plaintext

# Generated from network.pro.
if(NOT TARGET Qt::Network)
return()
endif()
add_subdirectory(download)
add_subdirectory(downloadmanager)
if(NOT INTEGRITY)
add_subdirectory(dnslookup)
endif()
if(TARGET Qt::Widgets)
add_subdirectory(blockingfortuneclient)
add_subdirectory(broadcastreceiver)
add_subdirectory(broadcastsender)
add_subdirectory(http)
add_subdirectory(loopback)
add_subdirectory(threadedfortuneserver)
add_subdirectory(googlesuggest)
add_subdirectory(torrent)
add_subdirectory(multicastreceiver)
add_subdirectory(multicastsender)
add_subdirectory(fortuneclient)
add_subdirectory(fortuneserver)
endif()
if(QT_FEATURE_processenvironment AND TARGET Qt::Widgets)
add_subdirectory(network-chat)
endif()
if(QT_FEATURE_ssl AND TARGET Qt::Widgets)
add_subdirectory(securesocketclient)
endif()
if(QT_FEATURE_dtls AND TARGET Qt::Widgets)
add_subdirectory(secureudpserver)
add_subdirectory(secureudpclient)
endif()
if(QT_FEATURE_sctp AND TARGET Qt::Widgets)
add_subdirectory(multistreamserver)
add_subdirectory(multistreamclient)
endif()