PDA

View Full Version : Embbeding(putting) .txt, .wav files to read/write to .sis file ( installer for Symbia



freely
16th March 2011, 06:59
Hello
I need to embbed(put) .txt, .wav files to read/write together with libraries and executabe to .sis installer for Symbian OS when porting Qt application to smartphone.
What should I write and in what place when I want to install/deploy my application with additional files using .sis(.deb also) installer to Symbian/Maemo?
Thank you very much for your help

jano_alex_es
19th March 2011, 02:42
Try something like:

soundFiles.sources = C:/QtProjects/myfiles/file.wav
soundFiles.path = /sounds/
DEPLOYMENT += soundFiles

inside the symbian {}