I've been trying to figure out how to create a .dll with only .qml files. To do that i've been looking all over Qt Documentation, nevertheless all my attempts have been unsuccessful. I need a .dll file only, i don't want to make the .qml files to be accessible to the user.
- http://doc.qt.io/qt-5/qtqml-modules-cppplugins.html i tried to compile and use the example but it did not worked, i tried to do one myself taking my .qml files but it did not worked aswell.
Does someone here could explain to me the workflow to accomplish this task with clear steps ? I realize that QML is still quiet new, and i assume this is why i couldn't find a proper example/documentation about that.
Any help would be greatly appreciated