This PR implements package building for ibus and fcitx5 backends for Debian, Ubuntu, and Fedora distributions. However, for Archlinux, it is not implemented.
qEnvironmentVariable is available from Qt 5.10, so use the alternative qgetenv function.
Print the Qt5 framework version while CMake runs.
Use the ubuntu-latest image, which now contains the fcitx 5.0.5 development library.
This PR implements package building for ibus and fcitx5 backends for Debian, Ubuntu, and Fedora distributions. However, for Archlinux, it is not implemented.
qEnvironmentVariable
is available from Qt 5.10, so use the alternativeqgetenv
function.ubuntu-latest
image, which now contains the fcitx 5.0.5 development library.