Translation related build error
Closed this issue · 3 comments
yoshi314 commented
/usr/lib64/qt5/bin/rcc -name commonrc commonrc.qrc -o qrc_commonrc.cpp
/usr/lib64/qt5/bin/rcc -name translations translations.qrc -o qrc_translations.cpp
RCC: Error in 'translations.qrc': Cannot find file 'resources/translations/qcma_es.qm'
make[1]: *** [Makefile:487: qrc_translations.cpp] Error 1
make[1]: *** Waiting for unfinished jobs....
codestation commented
Did you run lrelease
first?
lrelease common/resources/translations/qcma_*.ts
yoshi314 commented
no, i had no idea i should do that.
I'll try again.
yoshi314 commented
Ok, that works fine. It might be worth adding the note to the readme about it.