[mythtv-commits] [MythTV/mythtv] a50b98: macOS: fix missing qt framework issue during app p...
jhoyt4
noreply at github.com
Sun Aug 10 02:59:50 UTC 2025
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: a50b984629ff776df5f65c103004862a57589f15
https://github.com/MythTV/mythtv/commit/a50b984629ff776df5f65c103004862a57589f15
Author: John Hoyt <john.hoyt at gmail.com>
Date: 2025-08-09 (Sat, 09 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.
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