share/hedgewars/Data/Locale/CMakeLists.txt
author szczur+nemo
Fri, 24 Dec 2010 00:20:18 -0500
changeset 4660 8ff3dead5850
parent 4502 759c1a3bb156
child 6059 ddf020d0941a
permissions -rw-r--r--
Add polish translation. Also make it clearer in the commented lines that each line must have a comma

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
)