QQxiaoming / quardCRT

Your All-in-One Tool for Terminal Emulation and Remote Desktop
https://quardcrt.rtfd.io
GNU General Public License v3.0
58 stars 5 forks source link

compile error under linux! #21

Closed zhangfq-chemistry closed 7 months ago

zhangfq-chemistry commented 8 months ago

make: *** No rule to make target 'lang/quardCRT_ko_KR.qm', needed by 'build_release/rcc/qrc_resource.cpp'. Stop.

QQxiaoming commented 8 months ago

Hello @zhangfq-chemistry, you need to execute the command lrelease ./quardCRT.pro to create a localized translation file before compiling.

If you use qt creator, you can also choose Tools--External--Linguist--lrelease.

This will solve your problem easily. ​

zhangfq-chemistry commented 7 months ago

Thanks a lot!