Embbeding(putting) .txt, .wav files to read/write together with libraries and executabe to .sis installer for Symbian OS when porting Qt application t
-
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
relavirtualdevelopment.co.nr -
PKG file contains information what files are included in the SIS file. CreateSIS is a tool that you use to create the SIS file. Have a look at http://library.forum.nokia.com/
-
Please do not mess with the PKG files directly: Those are overwritten whenever you run qmake. Check the DEPLOYMENT statement in the qmake files instead or use the Qt resource system to build the files into your executables.
-
[quote author="Tobias Hunger" date="1300262603"]Please do not mess with the PKG files directly: Those are overwritten whenever you run qmake. Check the DEPLOYMENT statement in the qmake files instead or use the Qt resource system to build the files into your executables.[/quote]
I think using the resource system in this case might not be an option, as Pavel is using QSound to play the .wav files and QSound does not support the resource system. -
hey andre i want to read and write wav file in qt ..please give me some suggession which library will be good and how to add those libraries....
[quote author="Andre" date="1300264284"]
[quote author="Tobias Hunger" date="1300262603"]Please do not mess with the PKG files directly: Those are overwritten whenever you run qmake. Check the DEPLOYMENT statement in the qmake files instead or use the Qt resource system to build the files into your executables.[/quote]
I think using the resource system in this case might not be an option, as Pavel is using QSound to play the .wav files and QSound does not support the resource system.[/quote]