Qt 6.11 is out! See what's new in the release
blog
Macos Bundle using CMake/CPack
-
My main goal is to finallly get albertlauncher packaged for macOS. Currently i struggle to fixup the bundle. I tried macdeployqt (which complains about missing rpaths) cmake fixup_bundle (which does not deploy required plugins and the qt.conf) and the cmake functions of QtBase (same issues as macdeployqt).
The most cumbersome problem is the contradictory or outdated information online.
This is how far i got.
What is the common practice to package the app which comprises a library, an executable (bootstrapper) and several plugins, all linking the library?
Regards