mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
added build to install
This commit is contained in:
parent
20934a5dbc
commit
67cca8b684
@ -650,7 +650,7 @@ if (ISLE_BUILD_CONFIG)
|
|||||||
COMMAND "${WINDEPLOYQT_EXECUTABLE}"
|
COMMAND "${WINDEPLOYQT_EXECUTABLE}"
|
||||||
"$<TARGET_FILE:isle-config>"
|
"$<TARGET_FILE:isle-config>"
|
||||||
"--dir"
|
"--dir"
|
||||||
"build/QTLibs"
|
"QTLibs"
|
||||||
"--no-compiler-runtime"
|
"--no-compiler-runtime"
|
||||||
"--no-opengl-sw"
|
"--no-opengl-sw"
|
||||||
"--no-system-d3d-compiler"
|
"--no-system-d3d-compiler"
|
||||||
@ -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(DIRECTORY QTLibs DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
install(DIRECTORY Build/QTLibs DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
||||||
else()
|
else()
|
||||||
message(WARNING "windeployqt not found.")
|
message(WARNING "windeployqt not found.")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user