There's an ongoing effort between me (Dawid) and @hellozee to add kf5 frameworks and their dependencies to Microsoft's vcpkg repository.
Some of the basic frameworks were already contributed by @hellozee and merged upstream, although they currently offer Windows support. Linux is limited to static builds, while macOS has some outstanding issues that are being worked on.
Current effort is to:
- Update those existing frameworks to more recent 5.73 version and get them working on each platform: https://github.com/microsoft/vcpkg/pull/13467
- macOS builds currently not available due to missing gettext tools that should be fixed by this
- I retracted my previously suggested suggested PR since it doesn't solve the issue entirely.
- Add more frameworks: https://github.com/microsoft/vcpkg/pull/13469
- The current target is to provide all the frameworks that are needed to build KMyMoney and libalkimia, which is basically almost a complete subset
- depends on the same issues as in 1.
- some additional issues need fixing (all are separate subtasks to this one)