author | nemo |
Tue, 28 Dec 2010 18:47:44 -0500 | |
changeset 4755 | 7df529b4335c |
parent 4502 | 759c1a3bb156 |
child 6059 | ddf020d0941a |
permissions | -rw-r--r-- |
file(GLOB txttrans2 ??.txt) file(GLOB txttrans5 ?????.txt) file(GLOB tsfiles *.ts) file(GLOB luafiles *.lua) QT4_ADD_TRANSLATION(QM ${tsfiles}) add_custom_target (release-translation ALL DEPENDS ${QM} COMMENT "Compiling ts files" ) install(FILES ${txttrans2} ${txttrans5} ${QM} ${luafiles} DESTINATION ${SHAREPATH}Data/Locale )