From da2e8ea61058b4e9b6b20f5296400d96c16b547c Mon Sep 17 00:00:00 2001 From: BagelSketches <112355083+BagelSketches@users.noreply.github.com> Date: Fri, 4 Jul 2025 11:02:08 +1000 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9dc7c46e..16fece47 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 "${CMAKE_INSTALL_BINDIR}/QTLibs/*" DESTINATION "${CMAKE_INSTALL_BINDIR}") + install(FILES GLOB_RECURSE "${QT_LIBRARIES}" DESTINATION "${CMAKE_INSTALL_BINDIR}") else() message(WARNING "windeployqt not found.") endif()