codestation/qcma

Translation related build error

Closed this issue · 3 comments

/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....

Did you run lrelease first?

lrelease common/resources/translations/qcma_*.ts

no, i had no idea i should do that.

I'll try again.

Ok, that works fine. It might be worth adding the note to the readme about it.