We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187a467 commit ae431a5Copy full SHA for ae431a5
1 file changed
gui/CMakeLists.txt
@@ -73,9 +73,7 @@ CheckOptions:
73
74
# TODO: is there a better way to do this?
75
if(MSVC)
76
- # TODO: get Visual Studio output directory
77
- message(STATUS "CMAKE_RUNTIME_OUTPUT_DIRECTORY=${CMAKE_RUNTIME_OUTPUT_DIRECTORY}")
78
- add_custom_target(windeployqt ${WINDEPLOYQT} --no-translations ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})
+ add_custom_target(windeployqt ${WINDEPLOYQT} --no-translations ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${CMAKE_BUILD_TYPE})
79
add_dependencies(windeployqt cppcheck-gui)
80
endif()
81
0 commit comments