automatic generation of .qrc file
Hi all,
I used different images for my application and now I'd like to include them using the Qt Resource system, I'd like to know if there's a tool for generating the qrc file in order to scan the resource directory and include all the resources. I'm using Visual Studio
thanks in advance
Bye
Re: automatic generation of .qrc file
I think you will manually have to add all the files to your .qrc file.
It should be simple to write code which will do this for you.
Re: automatic generation of .qrc file
You can also use the Designer resource editor to browse around for individual files.
Re: automatic generation of .qrc file
Warning : This is an ad....
If you used Edyuk (version 0.6.0-b available), you could simply open your qrc file, view and edit it through a decicated widget... It's really simple and, IMHO, worth a try! ;)