z3ntu / RazerGenie

Qt application for configuring your Razer devices under GNU/Linux.
GNU General Public License v3.0
374 stars 35 forks source link

No lrelease? #129

Closed him5 closed 1 year ago

him5 commented 2 years ago

Screenshot 2022-01-03 7 05 38 AM

him5 commented 2 years ago

https://gist.github.com/him5/00a87b861a6bd14e147c571f26cbb62e

z3ntu commented 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?)

him5 commented 2 years ago

yeah

Techwolf commented 2 years ago

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

z3ntu commented 1 year ago

Closing as it's not an issue with the app itself.