I have read article Adding Libraries to Projects for Reusing my c++ classes in my diffrent qt quick applications,
I have many Custom qml types Like MyCustomGridView.qml
and I using this in many project But I have to copy the file in my new Project and When I extend this in one project I have to make change by hand in all proejcts.
My question is How can I reuse this qml types like c++ library in diffrent projects?