qt5base-lts/examples/network/multistreamserver
Kai Köhne 57402ffb9b Examples: Remove unneeded CMake options
CMAKE_INCLUDE_CURRENT_DIR is not necessary anymore for moc since
CMake 3.8: https://cmake.org/cmake/help/latest/release/3.8.html#other-changes

CMAKE_AUTORCC should not be used anymore. Instead, we now use
qt_add_resources() or similar

Enable CMAKE_AUTOUIC only if .ui files are present.

Pick-to: 6.3
Task-number: QTBUG-87643
Change-Id: I835e2994cd5dba9918136999499b9077961b616c
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-01-24 14:00:00 +01:00
..
animation.gif Introduce SCTP sockets support 2016-07-27 06:37:24 +00:00
chatprovider.cpp Polish SCTP examples 2016-08-03 11:46:21 +00:00
chatprovider.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
CMakeLists.txt Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
main.cpp Polish SCTP examples 2016-08-03 11:46:21 +00:00
movieprovider.cpp Polish SCTP examples 2016-08-03 11:46:21 +00:00
movieprovider.h Polish SCTP examples 2016-08-03 11:46:21 +00:00
multistreamserver.pro Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
provider.h Polish SCTP examples 2016-08-03 11:46:21 +00:00
server.cpp Fix SCTP API according to Qt conventions 2016-11-22 07:13:01 +00:00
server.h Use QList instead of QVector in examples 2020-06-23 14:01:11 +02:00
timeprovider.cpp multistreamserver: fix compilation 2021-11-18 18:13:19 +01:00
timeprovider.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00