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

REGRESSION: QML dialogs on static builds (including iOS) broken due to QRC error

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.9.0 RC
    • 5.9.0 Beta 3
    • Quick: Dialogs
    • None
    • iOS/tvOS/watchOS

    Description

      The following error occurs when using FileDialog or ColorDialog in my iOS app:

      qrc:/qt-project.org/imports/QtQuick/Dialogs/DefaultFileDialog.qml:-1 No such file or directory
      

      This worked in 5.8.0, but not in 5.9.0-beta3. Reverting this change fixes the problem:
      https://codereview.qt-project.org/#/c/187682/ It appears that this change was added in 5.9.0-beta2 (which I haven't tested).

      My development Qt configuration that has this issue:

      configure -release -force-debug-info -developer-build -opensource -confirm-license -xplatform macx-ios-clang -no-openssl -nomake examples -nomake tests -skip qttranslations -no-compile-examples -no-widgets -no-icu -no-warnings-are-errors -securetransport -sdk iphoneos
      

      My iOS application that links to Qt uses QRC and the QtQuick Compiler.

      Attachments

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

        Activity

          People

            shausman Simon Hausmann
            erb Jason Erb (Suitable Technologies)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes