qt5base-lts/examples
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
..
aggregate
corelib Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
dbus Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
embedded Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
gui Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
network Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
opengl Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
qmake Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
qpa Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
qtconcurrent Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
qtestlib Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
sql Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
vulkan Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
widgets Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
xml Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
CMakeLists.txt Build examples in isolated sub-builds using ExternalProject 2021-05-26 13:33:29 +02:00
examples.pro Turn off the dbus examples for qmake-generated VS projects 2021-02-09 15:45:06 +01:00
README

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.