Module inside a qrc file
Unsolved
QML and Qt Quick
-
Hi
Is it possible to have a module inside a qrc file and then make that module available to multiple projects?
I know how to build a module (not in qrc file) into a local project and have managed to reuse this module in another project.I plan to create a project to contain the module and compile it into a qrc file -
What sort of project should it be - Qt Creator only offers qml application
How do I then import the module from the qrc file?thanks
-
You need to include qrc file into project. You can create RCC file and use it as well.