Closed him5 closed 2 years ago
lrelease is part of qt5-tools (or maybe called qt5-qttools or something else), so install that wherever you get your Qt5 from (looks like you're building on ChromeOS?)
yeah
I encounter the same thing on my system. The fix I did was use cmake instead of meson. I use a local gentoo ebuild that handles lots of things automatically. The following should work for a manual build.
cmake -G Ninja ninja
Closing as it's not an issue with the app itself.