mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update script
This commit is contained in:
parent
3eed0b1d05
commit
0cba7d86c5
@ -6,7 +6,8 @@ function(sak_auto_execute_windeployqt target)
|
||||
add_custom_command(
|
||||
TARGET ${target}
|
||||
POST_BUILD
|
||||
COMMAND "${SAK_WINDEPLOYQT_EXECUTABLE}" $<TARGET_FILE:${target}> DEPENDS ${depends_dll}
|
||||
COMMAND "${SAK_WINDEPLOYQT_EXECUTABLE}" $<TARGET_FILE:${target}> --qmldir
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/qml DEPENDS ${depends_dll}
|
||||
COMMENT "Running windeployqt..."
|
||||
VERBATIM)
|
||||
endif()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user