My app needs to access/load resource files (image or xml) at run-time.
setPixmap(QPixmap("./Images/frame2.png"));QFile file("./config.xml");
I just want to know where should I put these resource files in for the emulator WINSCW. I have tried to copy resource files into the launch folder:
\S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\release\winscw\udeb\But, it seems dosen't work.
Same kind of question is how to create package (sisx) with additoinal resource files in?
Any help? thanks



