Skip to content

Commit

Permalink
debug win ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
cen1 committed Mar 10, 2024
1 parent 5622c39 commit fb981a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qztest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} --verbose DEPENDS qztest)

# Copy all Qt dlls to qztest bin so we can run it in CI
if (WIN32)
install(FILES $<TARGET_RUNTIME_DLLS:qztest> TYPE BIN)

message(STATUS "Setting up windeployqt")
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake")
include(windeployqt)
Expand Down

0 comments on commit fb981a0

Please sign in to comment.