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

qtquickcompiler does not work on Windows with spaces in path to qrc file(s)

    XMLWordPrintable

Details

    Description

      Currently the qtquickcompiler only works with user created .qrc file. However qmake also supports immediate qrc, which is auto generated when other files are added to RESOURCES, for example:

       

      RESOURCES += qml/MyClass1.qml qml/MyClass2.qml
      

       

       

      qmake would create qmake_qmake_immediate.qrc and add qml/MyClass1.qml qml/MyClass2.qml to it automatically.

       

      It would be great if the qtquickcompiler can work with qmake_qmake_immediate.qrc, that would greatly simplify project management.

       

      Attachments

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

        Activity

          People

            shausman Simon Hausmann
            steve.k.chiu Steve K. Chiu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes