Qt 6.11 is out! See what's new in the release
blog
How to add qmldir into cmake file?
-
I have created the qmldir file for my developed component using qml.
So now how to add it into cmake file?
Similarly how to add into qmake based project ?
What additional things will be needed to add into c++ source file to support it ?
Sample example can help more better way so if possible provide it.