From 820623dd990ff4edcc5000c3a82513728305a33c Mon Sep 17 00:00:00 2001 From: BagelSketches <112355083+BagelSketches@users.noreply.github.com> Date: Fri, 4 Jul 2025 10:36:36 +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 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()