csparker247 / ffdropenc

A macOS utility for batch encoding video files.
GNU General Public License v3.0
6 stars 0 forks source link

Package missing qcocoa platform plugin #37

Open csparker247 opened 3 years ago

csparker247 commented 3 years ago

When deploying against Homebrew's Qt6, macdeployqt only copies the frameworks into the app bundle and not the plugins. This causes the app to crash on launch. If just building the application without running the deploy utility, everything launches correctly indicating that the app is correctly linked against the dynamic libraries.

Probably should test against the official Qt6 installed frameworks to see what happens there.

csparker247 commented 3 years ago

This is an upstream issue with macdeployqt. See https://bugreports.qt.io/browse/QTBUG-91644

csparker247 commented 3 years ago

This is resolved, but am still getting a deployment issues with resolving rpaths.