Update CMakeLists.txt

This commit is contained in:
BagelSketches 2025-07-04 11:20:20 +10:00 committed by GitHub
parent 0b2b76faf0
commit 1a03335f0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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