mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Added Instal QT Directory when building on windows
This commit is contained in:
parent
32867d11a0
commit
d6a5e0f135
@ -649,6 +649,7 @@ if (ISLE_BUILD_CONFIG)
|
||||
add_custom_command(TARGET isle-config POST_BUILD
|
||||
COMMAND "${WINDEPLOYQT_EXECUTABLE}"
|
||||
"$<TARGET_FILE:isle-config>"
|
||||
"--dir QTLibs"
|
||||
"--no-compiler-runtime"
|
||||
"--no-opengl-sw"
|
||||
"--no-system-d3d-compiler"
|
||||
@ -656,6 +657,7 @@ if (ISLE_BUILD_CONFIG)
|
||||
"--no-quick-import"
|
||||
COMMENT "Running windeployqt with minimal dependencies"
|
||||
)
|
||||
install(DIRECTORY QTLibs DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
||||
else()
|
||||
message(WARNING "windeployqt not found.")
|
||||
endif()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user