You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments