share/hedgewars/Data/Locale/CMakeLists.txt
author henek
Fri, 05 Nov 2010 22:32:00 -0400
changeset 4143 eb7981f34800
parent 3822 ee85a9c73ece
child 4502 759c1a3bb156
permissions -rw-r--r--
Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)

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
)