aboutsummaryrefslogtreecommitdiff
path: root/lang/CMakeLists.txt
blob: 319c706a157aad35ad60fde8ab9940571153de19 (plain)
1
2
3
4
5
6
7
8
9
10
# https://wiki.qt.io/How_to_create_a_multi_language_application

# generating .ts files
# lupdate -verbose src/ -ts output.ts

# updating .ts files
# lupdate -verbose -no-obsolete src/ -ts output.ts

# creating the binary language files (.qm)
# lrelease -compress -removeidentical input.ts [-qm output.qm]