Results 1 to 2 of 2

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

  1. #1
    Join Date
    Jul 2010
    Posts
    72
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4 Qt/Embedded Qt Jambi
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Embbeding(putting) .txt, .wav files to read/write to .sis file ( installer for Symbia

    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


  2. #2
    Join Date
    Apr 2009
    Location
    Valencia (Spain)
    Posts
    245
    Thanks
    38
    Thanked 19 Times in 19 Posts
    Qt products
    Qt4
    Platforms
    Symbian S60

    Default Re: Embbeding(putting) .txt, .wav files to read/write to .sis file ( installer for Sy

    Try something like:

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

    inside the symbian {}

Similar Threads

  1. Replies: 2
    Last Post: 2nd November 2010, 05:15
  2. Using QT to read and write files over bluetooth FTP
    By deano in forum Qt Programming
    Replies: 0
    Last Post: 14th December 2009, 23:22
  3. Replies: 1
    Last Post: 27th August 2009, 05:41
  4. file read & write help....
    By aj2903 in forum Qt Programming
    Replies: 1
    Last Post: 17th November 2008, 11:58
  5. structures to a file (read and write)
    By baray98 in forum Qt Programming
    Replies: 5
    Last Post: 10th February 2008, 20:12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.