qt5base-lts/examples/network/multistreamclient
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
..
chatconsumer.cpp Polish SCTP examples 2016-08-03 11:46:21 +00:00
chatconsumer.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
client.cpp More qOverload cleanups in qtbase 2020-03-24 20:58:13 +01:00
client.h Use QList instead of QVector in examples 2020-06-23 14:01:11 +02:00
CMakeLists.txt Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
consumer.h Polish SCTP examples 2016-08-03 11:46:21 +00:00
main.cpp Polish SCTP examples 2016-08-03 11:46:21 +00:00
movieconsumer.cpp Polish SCTP examples 2016-08-03 11:46:21 +00:00
movieconsumer.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
multistreamclient.pro Introduce SCTP sockets support 2016-07-27 06:37:24 +00:00
timeconsumer.cpp multistreamclient example: fix compilation 2021-11-16 15:07:36 +01:00
timeconsumer.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00