bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 30 Apr 2019 14:33:20 +0200
changeset 14856 cd0af25c7913
parent 13384 cf8abedaa878
permissions -rw-r--r--
Use Qt style "Windows", remove optional dependency on qtstyleplugins

if(WIN32 AND NOT UNIX)
    install(DIRECTORY .
        DESTINATION ${target_library_install_dir}
		FILES_MATCHING PATTERN "*.dll" PATTERN "*.ico" 
		)
endif(WIN32 AND NOT UNIX)