https://bugs.kde.org/show_bug.cgi?id=350446
--- Comment #24 from Michael Miller <michael_mil...@msn.com> --- Hi Gilles, Here's a list of libs I've found so far. These are either missing or unable to be found by @rpath/[optional dir/]<libname>: 1. QtDBus.framework/Versions/A/QtDBus: Not found. Should be in ./opt/qt/lib/ 2. libopencv_ml.410.dylib: Incorrect @rpath/libopencv_core.410.dylib. Should be @rpath/opt/opencv/lib/libopencv_core.410.dylib 3. libgcc_s.1.1.dylib: Not found. Should be in ./opt/gcc/lib/gcc/current/ 4. libjxl_cms.0.10.dylib: Wrong location. Should be ./opt/jpeg-xl/lib 5. QtQuickWidgets.framework/Versions/A/QtQuickWidgets: At this point I went to bed. I also noticed we need a better app Info.plist. Additional items: 1. architecture in LSExecutableArchitectures 2. update the LSEnvironment with HOMEBREW_PREFIX, and updated PATH 3. LSMinimumSystemVersion should match config.sh->OSX_MIN_TARGET I have a static Info.plist I'm using for now. I'll add it to my list of "to do" for the arm64 build. -- You are receiving this mail because: You are watching all bug changes.