reuse QML files over different subprojects
-
I need to reuse a qml component located on a different resource file located under a different subproject.
It's possible?@MirkoV copying to local project under resource file will work.
-
https://www.kdab.com/embedding-qml-why-where-and-how/
This is the solution (and worked for me).