bin/CMakeLists.txt
author sheepluva
Thu, 26 Apr 2012 07:44:44 +0200
changeset 6931 86c951cd0f3f
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
make DataManager a QObject with reload() slot that emits signal updated()

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