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 688b677 commit 3b396e7Copy full SHA for 3b396e7
1 file changed
gui/CMakeLists.txt
@@ -73,8 +73,9 @@ CheckOptions:
73
74
# TODO: is there a better way to do this?
75
if(MSVC)
76
- message(STATUS "CMAKE_BINARY_DIR=${CMAKE_BINARY_DIR}")
77
- add_custom_target(windeployqt ${WINDEPLOYQT} --no-translations ${CMAKE_BINARY_DIR})
+ # TODO: get Visual Studio output directory
+ message(STATUS "RUNTIME_OUTPUT_DIRECTORY=${RUNTIME_OUTPUT_DIRECTORY}")
78
+ add_custom_target(windeployqt ${WINDEPLOYQT} --no-translations ${RUNTIME_OUTPUT_DIRECTORY})
79
add_dependencies(windeployqt cppcheck-gui)
80
endif()
81
0 commit comments