share/hedgewars/Data/Locale/CMakeLists.txt
author koda
Mon, 21 Jun 2010 16:52:14 +0200
changeset 3530 390e5048d39c
parent 1993 66ac34be63d1
child 3683 8d3b483c6949
permissions -rw-r--r--
use the cmake built-in ts->qm conversion instead of keeping binary files in trunk
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1993
66ac34be63d1 Fix some locale files installation
unc0rr
parents: 1523
diff changeset
     1
file(GLOB txttrans2 ??.txt)
66ac34be63d1 Fix some locale files installation
unc0rr
parents: 1523
diff changeset
     2
file(GLOB txttrans5 ?????.txt)
3530
390e5048d39c use the cmake built-in ts->qm conversion instead of keeping binary files in trunk
koda
parents: 1993
diff changeset
     3
390e5048d39c use the cmake built-in ts->qm conversion instead of keeping binary files in trunk
koda
parents: 1993
diff changeset
     4
set(ts_files *.ts)
390e5048d39c use the cmake built-in ts->qm conversion instead of keeping binary files in trunk
koda
parents: 1993
diff changeset
     5
QT4_CREATE_TRANSLATION(qm_files ts_files)
390e5048d39c use the cmake built-in ts->qm conversion instead of keeping binary files in trunk
koda
parents: 1993
diff changeset
     6
#file(GLOB qmtrans hedgewars_*.qm)
1026
a415f436fe3a Add German translation
unc0rr
parents: 932
diff changeset
     7
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
     8
install(FILES
1993
66ac34be63d1 Fix some locale files installation
unc0rr
parents: 1523
diff changeset
     9
	${txttrans2}
66ac34be63d1 Fix some locale files installation
unc0rr
parents: 1523
diff changeset
    10
	${txttrans5}
3530
390e5048d39c use the cmake built-in ts->qm conversion instead of keeping binary files in trunk
koda
parents: 1993
diff changeset
    11
	${qm_files}
562
d1a9035175ed - Simplify build system files
unc0rr
parents: 402
diff changeset
    12
	DESTINATION ${SHAREPATH}Data/Locale)