[mythtv-commits] [MythTV/mythtv] 931474: macOS: fix missing qt framework issue during app p...

jhoyt4 noreply at github.com
Sun Aug 10 12:53:56 UTC 2025


  Branch: refs/heads/fixes/35
  Home:   https://github.com/MythTV/mythtv
  Commit: 931474b3a0c98aa80ceb7903359af2024726156e
      https://github.com/MythTV/mythtv/commit/931474b3a0c98aa80ceb7903359af2024726156e
  Author: John Hoyt <john.hoyt at gmail.com>
  Date:   2025-08-10 (Sun, 10 Aug 2025)

  Changed paths:
    M platform/darwin/fixAppBundle.zsh

  Log Message:
  -----------
  macOS: fix missing qt framework issue during app packaging

  Add code to locate and correct missing Qt framworks "skipped" by
  macdeployqt when bundling the mythfrontend app.  This issue only
  occurs on homebrew based builds that use QtWebengine.

  For some reason, QtQuickWidgets.framework does not get
  copied into the app framework by macdeployqt. This update searches
  for any missing Qt frameworks, copies the missing frameworks into the
  app bundle, and corrects any libraries contained in the framework.

(cherry picked from commit a50b984629ff776df5f65c103004862a57589f15)



To unsubscribe from these emails, change your notification settings at https://github.com/MythTV/mythtv/settings/notifications


More information about the mythtv-commits mailing list