author | nemo |
Tue, 28 Dec 2010 18:47:44 -0500 | |
changeset 4755 | 7df529b4335c |
parent 4502 | 759c1a3bb156 |
child 6059 | ddf020d0941a |
permissions | -rw-r--r-- |
1993 | 1 |
file(GLOB txttrans2 ??.txt) |
2 |
file(GLOB txttrans5 ?????.txt) |
|
3822 | 3 |
file(GLOB tsfiles *.ts) |
4502
759c1a3bb156
lua access to data dir by GetDataPath and made a new scripting translation system with Locale.lua as library and .lua files under Locale. Updated maps Basketball and Knockball to this new system.
Henek
parents:
3822
diff
changeset
|
4 |
file(GLOB luafiles *.lua) |
3822 | 5 |
|
6 |
QT4_ADD_TRANSLATION(QM ${tsfiles}) |
|
7 |
||
8 |
add_custom_target (release-translation ALL |
|
9 |
DEPENDS ${QM} |
|
10 |
COMMENT "Compiling ts files" |
|
11 |
) |
|
1026 | 12 |
|
184 | 13 |
install(FILES |
1993 | 14 |
${txttrans2} |
15 |
${txttrans5} |
|
3822 | 16 |
${QM} |
4502
759c1a3bb156
lua access to data dir by GetDataPath and made a new scripting translation system with Locale.lua as library and .lua files under Locale. Updated maps Basketball and Knockball to this new system.
Henek
parents:
3822
diff
changeset
|
17 |
${luafiles} |
3822 | 18 |
DESTINATION ${SHAREPATH}Data/Locale |
19 |
) |
|
20 |