codestation / qcma

Cross-platform content manager assistant for the PS Vita (No longer maintained)
GNU General Public License v3.0
550 stars 94 forks source link

Translation related build error #106

Closed yoshi314 closed 6 years ago

yoshi314 commented 6 years ago
/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 6 years ago

Did you run lrelease first?

lrelease common/resources/translations/qcma_*.ts
yoshi314 commented 6 years ago

no, i had no idea i should do that.

I'll try again.

yoshi314 commented 6 years ago

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