share/hedgewars/Data/Locale/CMakeLists.txt
author sheepluva (and totally not Smaxx)
Sun, 31 Oct 2010 01:01:11 +0200
changeset 4031 cff30accecdd
parent 3822 ee85a9c73ece
child 4502 759c1a3bb156
permissions -rw-r--r--
remove the steam community group from one of the tips/hints/whatever

file(GLOB txttrans2 ??.txt)
file(GLOB txttrans5 ?????.txt)
file(GLOB tsfiles *.ts)

QT4_ADD_TRANSLATION(QM ${tsfiles})

add_custom_target (release-translation ALL 
		DEPENDS ${QM}
		COMMENT "Compiling ts files"
)

install(FILES
	${txttrans2}
	${txttrans5}
	${QM}
	DESTINATION ${SHAREPATH}Data/Locale
)