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
Forum Update on Monday, May 27th 2025

Standard file accesses within Qt framework

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 931 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 12 Mar 2014, 20:11 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
    • S Offline
      S Offline
      sierdzio
      Moderators
      wrote on 13 Mar 2014, 07:18 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 13 Mar 2014, 09:09 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

        1/3

        12 Mar 2014, 20:11

        • Login

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