Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-37054

iOS: Qmake Fails When QMAKE_BUNDLE_DATA Source Files Are Given by Their Relative Paths

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.3.1
    • 5.2.1
    • Build tools: qmake
    • None
    • host Mac-OS-10.9, target iPad-3
      The recent 5.2.1 pre-built from the download.
    • iOS/tvOS/watchOS

      To reproduce add to pro file:

      MY_FILES.files = /path/to/file1 /path/to/file2
      MY_FILES.path = ./
      QMAKE_BUNDLE_DATA += MY_FILES

      Run qmake or delete the build directory and rebuild
      Instead of copying the files to the bundle, get errors
      that the files in the bundle location are not existing.

      It works perfectly for Mac-OS projects, but it fails for iOS.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            richard Richard Moe Gustavsen
            coroberti Robert Iakobashvili
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes