bin/CMakeLists.txt
author nemo
Mon, 04 Oct 2010 14:03:59 -0400
changeset 3925 44b4218605f6
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Missing file extensions for icons was screwing up Qt 4.7

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