qt6-bb10/examples/widgets/widgets/tablet
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
..
images
CMakeLists.txt Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
images.qrc
main.cpp Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
mainwindow.cpp Port all in-tree addAction() users from postfix to infix QKeySequence 2021-07-14 00:46:49 +02:00
mainwindow.h Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
tablet.pro Rename the tablet example to avoid triggering a bug in tablet drivers 2018-05-09 15:34:18 +00:00
tabletapplication.cpp Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00
tabletapplication.h Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
tabletcanvas.cpp Port from devicePixelRatioF() to devicePixelRatio() 2020-09-10 17:28:11 +02:00
tabletcanvas.h Cleanup QtWidgets (widgets) examples 2019-09-17 23:05:23 +02:00