qt5base-lts/examples/widgets/painting/gradients
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
..
CMakeLists.txt Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
gradients.cpp Avoid divide-by-zero in the gradients example 2021-04-19 19:56:25 +02:00
gradients.h Cleanup QtWidgets examples 2019-10-11 06:32:30 +02:00
gradients.html Add demo of the new QGradient presets to the gradients example 2018-07-24 16:45:41 +00:00
gradients.pro Move arthurwidget based examples to new QOpenGL classes 2018-10-17 09:16:01 +00:00
gradients.qrc Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
main.cpp Examples: enable HighDPI scaling for examples on Android 2020-03-03 19:35:11 +02:00