DearAll,
I want to ask how to add copy file functionality in *.pkg file, I mean I want the *.sis file doing copy a certain file when application installation process. To do that I add the following line into my *.pkg file of my Qt Application project:
"/S60/devices/S60_5th_Edition_SDK_v1.0/epoc32/data/z/resource/apps/SouniQ.xml" - "E:\data\SouniQ.xml"
in symbian application project is done successfully, but for Qt application project SouniQ.xml not copied to destination folder when sis file was executed (application installation proccess).
Is it need to modify qt project (*.pro) ? and how ?
Thanks Before,





