CopperSpice API  1.9.1
Linguist lrelease Application

The lrelease application is used to generate run time translation files. It is a command line program which produces QM output files from TS input files and should be part of your build process. The QM file format is a compact binary format used by QCoreApplication.

There are multiple parameters which can be passed to lrelease. To see a complete list of supported options pass -help.

Usage

The instructions about how to modify your CMake files to compile the TS files and generate QM files can be found in our CopperSpice Overview documentation. The following is a link to a sample project which uses multiple translation files.

Sample CMake Build Files