Skip to content

Initial support for building against Qt6

Volker Krause requested to merge work/vkrause/qt6-initial-port into master

This mainly includes build system changes and minor code changes, the only still remaining issue is the D-Bus menu code. That compiles but fails to link as the corresponding classes in Qt are not exported despite installed (private) headers.

Merge request reports