Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Embbeding(putting) .txt, .wav files to read/write together with libraries and executabe to .sis installer for Symbian OS when porting Qt application t
Forum Updated to NodeBB v4.3 + New Features

Embbeding(putting) .txt, .wav files to read/write together with libraries and executabe to .sis installer for Symbian OS when porting Qt application t

Scheduled Pinned Locked Moved Installation and Deployment
5 Posts 5 Posters 3.6k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    swhweng
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    • N Offline
      N Offline
      niilier
      wrote on last edited by
      #2

      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/

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tobias.hunger
        wrote on last edited by
        #3

        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.

        1 Reply Last reply
        0
        • A Offline
          A Offline
          andre
          wrote on last edited by
          #4

          [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.

          1 Reply Last reply
          0
          • P Offline
            P Offline
            prabhatjha
            wrote on last edited by
            #5

            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]

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved