We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When lrelease is not present, the cmake step generates a warning instead of an error, and proceeding with make will result in the following error:
[ 25%] Generating danmaQ.1 /bin/sh: LRELEASE-NOTFOUND: command not found make[2]: *** [src/translations/CMakeFiles/translations.dir/build.make:63: /build/danmaq/src/danmaQ-0.2.3/src/translations/zh_CN.qm] Error 127 make[2]: *** Waiting for unfinished jobs.... /bin/sh: LRELEASE-NOTFOUND: command not found make[2]: *** [src/translations/CMakeFiles/translations.dir/build.make:71: /build/danmaq/src/danmaQ-0.2.3/src/translations/ja_JP.qm] Error 127 /bin/sh: LRELEASE-NOTFOUND: command not found make[2]: *** [src/translations/CMakeFiles/translations.dir/build.make:67: /build/danmaq/src/danmaQ-0.2.3/src/translations/zh_TW.qm] Error 127 make[1]: *** [CMakeFiles/Makefile2:216: src/translations/CMakeFiles/translations.dir/all] Error 2
This should be caught during the cmake process.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When lrelease is not present, the cmake step generates a warning instead of an error, and proceeding with make will result in the following error:
This should be caught during the cmake process.
The text was updated successfully, but these errors were encountered: