diff --git a/CMakeLists.txt b/CMakeLists.txt index a0782fd8..08e58916 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -658,7 +658,7 @@ if (ISLE_BUILD_CONFIG) "--no-quick-import" COMMENT "Running windeployqt with minimal dependencies" ) - install(FILES Build/QTLibs/* DESTINATION "${CMAKE_INSTALL_BINDIR}") + install(FILES Build/QTLibs DESTINATION "${CMAKE_INSTALL_BINDIR}") else() message(WARNING "windeployqt not found.") endif()