share/hedgewars/Data/Locale/CMakeLists.txt
author koda
Sat, 11 Dec 2010 01:55:16 +0100
changeset 4504 8906b2409d97
parent 4502 759c1a3bb156
child 6059 ddf020d0941a
permissions -rw-r--r--
add the appirater class for getting more positive reviews enabled full multitasking for iphone (but only with ios >= 4.2) fixed a glitch that would leave stuff onscreen while ammo menu open

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
)