Skip to content
Snippets Groups Projects
Commit 0c017f3c authored by Antoine Lorence's avatar Antoine Lorence
Browse files

[CMake] Fix deployment in Debug mode

parent 90677391
No related branches found
No related tags found
No related merge requests found
......@@ -106,9 +106,8 @@ if(WIN32)
endif()
endif()
add_custom_target(WinQtDeploy ALL
windeployqt ${DEPLOY_FLAGS} ${DEPLOY_OUTPUT_DIRECTORY}/qwt.dll
windeployqt ${DEPLOY_OUTPUT_DIRECTORY}/qwt.dll
COMMAND windeployqt ${DEPLOY_FLAGS} ${DEPLOY_OUTPUT_DIRECTORY}/eiimage.exe
COMMENT "Copy Qt & compiler DLL to the target directory")
add_dependencies(WinQtDeploy eiimage)
endif()
Subproject commit e83bb64fcb7a302a5cf0d3b2db8ecec5d6dab428
Subproject commit 22f99ac87fa9da706ff6e511660a77d07a675514
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment