Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QMAKE_BUNDLE_DATA setup question
Forum Updated to NodeBB v4.3 + New Features

QMAKE_BUNDLE_DATA setup question

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 621 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.
  • K Offline
    K Offline
    kloveridge
    wrote on last edited by
    #1

    I have a bunch of resource files (ie, image files, data files) I want to include in my iOS bundle. I tried this and am getting errors:

    @iosPackets.files = *.gly
    iosPackets.path = ../../toon/assets/packets
    iosTextures.files = *.tga
    iosTextures.path = ../../toon/assets/textures
    QMAKE_BUNDLE_DATA += iosPackets iosTextures@

    The assets actually reside at this path...

    @/Users/<user>/toon/assets/packets
    /Users/<user>/toon/assets/textures@

    I want to test a direct path to these assets first. Later I want to have a system variable that can tell my project where the assets live. But one step at a time. What am I doing wrong here?

    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