Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Standard file accesses within Qt framework
QtWS25 Last Chance

Standard file accesses within Qt framework

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 925 Views
  • 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.
  • A Offline
    A Offline
    AlterX
    wrote on last edited by
    #1

    Using Qt to create android apps requires to use assets:/ word to do copy of files or use sound files...buit if I use the same project on bb of course I have problems everywhere assets was used....
    Maybe on ios you have to use another word....
    So is there a way to have a more suitable and standard code to avoid noise conditional code???

    Qt Ambassador
    Real-time cooperative teams: http://www.softairrealfight.net
    Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

    https://codereview.qt-project.org/...

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      You can use Qt resource system (QRC files) instead: that solution is 100% cross-platform: it works the same way on all of them. Files put in QRC are read-only, though.

      (Z(:^

      1 Reply Last reply
      0
      • A Offline
        A Offline
        AlterX
        wrote on last edited by
        #3

        I have already tried to use sound file into resources without success...that could be a good solution if it works, but on ios I don't know if it works too

        Qt Ambassador
        Real-time cooperative teams: http://www.softairrealfight.net
        Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

        https://codereview.qt-project.org/...

        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