qtdeclarative/examples/qml/tutorials/extending-qml/chapter5-listproperties
Kai Köhne 9d82f4bff8 Improve examples CMakeLists.txt
- Remove # generated from xyz.pro comment from pro2cmake
- Remove "# special case" markers for pro2cmake
- Remove automatic use of CMAKE_AUTORCC
- Only opt into CMAKE_AUTOUIC if .ui files are involved
- Remove explicit setting of CMAKE_INCLUDE_CURRENT_DIR
- Combine multiple find_package(Qt6 ... calls)
 - use REQUIRED COMPONENTS
 - sort components alphabetically
- Fix wrong indentations
- Use (only) one empty line after multi-line commands

Pick-to: 6.3
Change-Id: I0d6bfb06c4b25e9921d3d2bf31d977150f12b31b
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-01-24 13:25:13 +01:00
..
CMakeLists.txt Improve examples CMakeLists.txt 2022-01-24 13:25:13 +01:00
app.qml Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
chapter5-listproperties.pro Examples: Fix double installation of .qml files 2020-06-02 14:44:26 +02:00
chapter5-listproperties.qrc
main.cpp Do not call QGuiApplication::exec() on an instance 2021-06-30 14:16:55 +02:00
piechart.cpp Use the extended QQmlListProperty interface in a few places 2020-02-07 09:37:53 +01:00
piechart.h Use nullptr rather than 0 for null pointers 2021-06-30 14:16:49 +02:00
pieslice.cpp Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
pieslice.h Add missing "override" keywords 2021-06-30 14:17:01 +02:00