share/hedgewars/Data/Locale/CMakeLists.txt
author nemo
Tue, 08 Dec 2009 17:46:58 +0000
changeset 2658 cd9ab1f5bfdb
parent 1993 66ac34be63d1
child 3530 390e5048d39c
permissions -rw-r--r--
Restore the plural forms - lupdate-qt4 seems to be behaving now. update the compiled files too

file(GLOB txttrans2 ??.txt)
file(GLOB txttrans5 ?????.txt)
file(GLOB qmtrans hedgewars_*.qm)

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