Skip to content

Commit

Permalink
build: Remove broken code
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 29, 2024
1 parent 7d78900 commit 990b07c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/qt/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ if(ENABLE_WALLET)
)
endif()

if(MSVC AND NOT QT_IS_STATIC)
add_custom_command(
TARGET test_bitcoin-qt POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different $<TARGET_PROPERTY:Qt6::QMinimalIntegrationPlugin,LOCATION_$<UPPER_CASE:$<CONFIG>>> $<TARGET_FILE_DIR:test_bitcoin-qt>/plugins/platforms/
VERBATIM
)
endif()

add_test(NAME test_bitcoin-qt
COMMAND test_bitcoin-qt
)
Expand Down

0 comments on commit 990b07c

Please sign in to comment.