Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem building translations #694

Closed
Vascom opened this issue Feb 21, 2019 · 2 comments
Closed

Problem building translations #694

Vascom opened this issue Feb 21, 2019 · 2 comments

Comments

@Vascom
Copy link

Vascom commented Feb 21, 2019

In src/translations/CMakeLists.txt you have find_program(LRELEASE lrelease)
But in some cases it must be lrelease-qt5 (in Fedora) or lrelease-qt4 (in CentOS).

So please correct this to depend on used Qt version.

@Vascom Vascom changed the title Probmen building translations Problem building translations Feb 22, 2019
@MaartenBaert
Copy link
Owner

This should be fixed now. CMake will now search for the qt4/qt5 version first and fall back to plain 'lrelease' if that fails.

@Vascom
Copy link
Author

Vascom commented Apr 23, 2020

Thanks.

@Vascom Vascom closed this as completed Apr 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants