-
Task
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Lots of examples still use paths like qrc:/<MODULE_OR_EXAMPLE_NAME>/main.qml
We should change these to use the default path generated by qt_add_qml_module(), which will allow us to:
- Showcase QTP0001
- Avoid requiring a custom RESOURCE_PREFIX or adding NO_RESOURCE_TARGET_PATH in CMakeLists.txt
- Avoid requiring a custom import path (QQmlEngine::addImportPath()) in C++