Hi all,
I want to export the resources available in a Qt project from library (DLL) to application on LINUX platform.
Has anyone done it earlier or any one know about it because I am not able to find any relevant information on how to export resources from library to application on LINUX platform.
I am using Qt 4.2.2 and SUSE.
Thanks
Shuchi


Reply With Quote


Or you can use QDir and QFile to iterate over the virtual filesystem. Or you can have a method in the library that will return a list or tree of resource paths. Or you can implement it any other way you want.

Bookmarks