GrahamSim
GrahamSim

Reputation: 87

import QML Module from qrc file

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

Answers (1)

GrahamSim
GrahamSim

Reputation: 87

Seems like I have to create a qt plugin

Upvotes: 0

Related Questions