Reputation: 87
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
Upvotes: 0
Views: 545