From 67cca8b6844a3b315d8f44b904f525d747e973bf Mon Sep 17 00:00:00 2001 From: BagelSketches Date: Thu, 3 Jul 2025 19:16:58 +1000 Subject: [PATCH] added build to install --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e2e393b..9814d7b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -650,7 +650,7 @@ if (ISLE_BUILD_CONFIG) COMMAND "${WINDEPLOYQT_EXECUTABLE}" "$" "--dir" - "build/QTLibs" + "QTLibs" "--no-compiler-runtime" "--no-opengl-sw" "--no-system-d3d-compiler" @@ -658,7 +658,7 @@ if (ISLE_BUILD_CONFIG) "--no-quick-import" COMMENT "Running windeployqt with minimal dependencies" ) - install(DIRECTORY QTLibs DESTINATION "${CMAKE_INSTALL_BINDIR}") + install(DIRECTORY Build/QTLibs DESTINATION "${CMAKE_INSTALL_BINDIR}") else() message(WARNING "windeployqt not found.") endif()