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

QtWebEngineProcess and resource paths are wrong with -developer-build -framework on macOS

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 6.3.0 Alpha
    • 6.2
    • WebEngine
    • None
    • macOS
    • c733f89eaf0c6bf70ab35666a4ef38490abca828 (qt/qtwebengine/dev) 03aa3ebb91683eb48c263d8d6575d5935e5352e2 (qt/qtwebengine/6.2)

    Description

      If framework build is enabled the framework bundle path is

      qtbase/lib/QtWebEngineCore.framework
      

      and QtWebEngineProcess is expected to be here. QtWebEngineProcess is always (-framework and -no-framework) placed in

      qtbase/bin
      

      If the wrong path is overriden by the QTWEBENGINEPROCESS_PATH variable then the path for resources goes wrong. For example, qtwebengine_resources.pak is at

      qtbase/lib/QtWebEngineCore.framework/Versions/A/Resources/qtwebengine_resources.pak
      

      but webengine expects it in

      qtbase/Resources
      

      -no-framework build works fine.

      Attachments

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

        Activity

          People

            michal Michal Klocek
            pvarga Peter Varga
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes