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

QTQUICK_COMPILER_ADD_RESOURCES does not work when cross-compiling

    XMLWordPrintable

Details

    Description

      The problem arises from:

      set(compiler_path "${_qt5Core_install_prefix}/bin/qmlcachegen")
      

      in qtdeclarative/tools/qmlcachegen/Qt5QuickCompilerConfig.cmake. This path is the installed binary dir, not the host tools. One probably needs a properly generated config file like e.g. the Qt5LinguistTools.cmake is, which writes the expected path name into the config file. The current content should then go into a Qt5QuickCompilerMacros.cmake to match the layout of other modules.

      Attachments

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

        Activity

          People

            shausman Simon Hausmann
            rebemlix Rolf Eike Beer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes