Update CMakeLists.txt

This commit is contained in:
BagelSketches 2025-07-04 10:28:25 +10:00 committed by GitHub
parent 9f9c3916f4
commit cac420dbff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -658,7 +658,7 @@ if (ISLE_BUILD_CONFIG)
"--no-quick-import" "--no-quick-import"
COMMENT "Running windeployqt with minimal dependencies" COMMENT "Running windeployqt with minimal dependencies"
) )
install(FILES Build/QTLibs DESTINATION "${CMAKE_INSTALL_BINDIR}") install(FILES Build/QTLibs/* DESTINATION "${CMAKE_INSTALL_BINDIR}")
else() else()
message(WARNING "windeployqt not found.") message(WARNING "windeployqt not found.")
endif() endif()