i create 2 projects. in the first project i create few objects(declerativeItems) and used the qmlRegisterType to create the connection to qml.
now i would like to use this objects in the second project, without to include the files in the pro file…..
how can i do that correctly?
i tried to use the CONFIG += … but this does not work.