utils: Fix windeployqt call in cmake deploy step.
Change-Id: I295704796cf4dab32010844369b3a5492bf20e2a
This commit is contained in:
parent
403cb96f3a
commit
96f5b07d39
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
|||
COMMAND ${CMAKE_COMMAND} -E copy_if_different $<TARGET_FILE:${deploy_TARGET}> ${deploydir}
|
||||
COMMAND ${WINDEPLOYQT_EXECUTABLE}
|
||||
$<IF:$<CONFIG:Debug>,--debug,--release> # on MinGW, release is mistaken as debug.
|
||||
${deploydir}/$<TARGET_FILE:${deploy_TARGET}>
|
||||
$<TARGET_FILE:${deploy_TARGET}>
|
||||
DEPENDS ${deploy_TARGET}
|
||||
)
|
||||
else()
|
||||
|
|
Loading…
Reference in a new issue