you can have multiple resource files in a qt project.
Lets say you have following resource files: app_images.qrc and app_trans.qrc.
In this case you have two macro calls:
Qt Code:
Q_INIT_RESOURCE(app_images) Q_INIT_RESOURCE(app_trans)To copy to clipboard, switch view to plain text mode
Look here for more details: http://doc.trolltech.com/4.3/resources.html




Reply With Quote
Bookmarks