aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/keyinteraction/GridMenu.qml
Commit message (Collapse)AuthorAgeFilesLines
* Keyinteraction example: use qt_add_qml_module() in CMakeLists.txtOliver Eftevaag2021-11-111-0/+122
We want to use the new cmake api instead of qt6_add_resources() The file structure has also been flattened a bit. Task-number: QTBUG-98130 Pick-to: 6.2 Change-Id: I1651d25e2902bf6932b78c2224ee4ffe454b658d Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>