diff --git a/CMakeLists.txt b/CMakeLists.txt index 16fece47..99d7d00f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -659,7 +659,7 @@ if (ISLE_BUILD_CONFIG) "--no-quick-import" COMMENT "Running windeployqt with minimal dependencies" ) - install(FILES GLOB_RECURSE "${QT_LIBRARIES}" DESTINATION "${CMAKE_INSTALL_BINDIR}") + install(FILES "${QT_LIBRARIES}" DESTINATION "${CMAKE_INSTALL_BINDIR}") else() message(WARNING "windeployqt not found.") endif()