author | koda |
Mon, 21 Jun 2010 16:52:14 +0200 | |
changeset 3530 | 390e5048d39c |
parent 1993 | 66ac34be63d1 |
child 3683 | 8d3b483c6949 |
permissions | -rw-r--r-- |
1993 | 1 |
file(GLOB txttrans2 ??.txt) |
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 | 7 |
|
184 | 8 |
install(FILES |
1993 | 9 |
${txttrans2} |
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 | 12 |
DESTINATION ${SHAREPATH}Data/Locale) |