Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
6.2.2, 6.3.0 Alpha
Description
Following QTBUG-87643, there is Gerrit commit 391143 about removing `set(CMAKE_AUTORCC ON)` from the demos and examples.
I noticed these examples use `qt6_add_resources`. Shouldn't they use `qt6_add_qml_module` instead? Given how the latter was advertised in the blog...