Update CMakeLists.txt

This commit is contained in:
BagelSketches 2025-07-04 11:26:22 +10:00 committed by GitHub
parent 1a03335f0d
commit 6da42ce7d5
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"
COMMENT "Running windeployqt with minimal dependencies"
)
install(DIRECTORY "${CMAKE_INSTALL_BINDIR}/QTLibs/" DESTINATION "${CMAKE_INSTALL_BINDIR}")
install(DIRECTORY "Build/QTLibs/" DESTINATION "${CMAKE_INSTALL_BINDIR}")
else()
message(WARNING "windeployqt not found.")
endif()