bin/CMakeLists.txt
author smxx
Tue, 02 Mar 2010 19:50:58 +0000
changeset 2913 865ae941d59e
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Engine: * Small tweaks to English and German locales Frontend: * Added a new default locale choice ("system default") that uses Qt's guessing to determine the preferred language * Updated ts/qm files

if(WIN32 AND NOT UNIX)
	file(GLOB DLLs *.dll)
	
	install(FILES
		${DLLs}
		DESTINATION bin)
endif(WIN32 AND NOT UNIX)