mirror of https://gitee.com/cxasm/notepad--.git
windeployqt: 将安装时自动化部署部分的 target 改为 command
This commit is contained in:
parent
6e61c0bd2b
commit
bb2002fbbf
|
@ -124,7 +124,7 @@ if(WINDOWS_DEPLOY_QT)
|
|||
--dir ${WINDOWS_APPLICATION_DEPLOY_PATH}
|
||||
)
|
||||
|
||||
add_custom_target(TARGET windows-deployqt
|
||||
add_custom_command(TARGET windows-deployqt
|
||||
POST_BUILD
|
||||
COMMAND ${WINDOWS_QT_DIR}/../../../bin/windeployqt
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue