Skip to content

Commit

Permalink
debug it
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 24, 2024
1 parent 1e52275 commit 2a2d938
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,21 @@ if(WITH_MULTIPROCESS)
)
endif()

find_package(Qt 6.2 REQUIRED COMPONENTS Core)
find_package(Qt 6.2 REQUIRED COMPONENTS Gui)
message("=====================================")
find_package(Qt 6.2 REQUIRED COMPONENTS Widgets)
message("=====================================")
find_package(Qt 6.2 REQUIRED COMPONENTS LinguistTools)
message("=====================================")
find_package(Qt 6.2 REQUIRED COMPONENTS Network)
message("=====================================")
find_package(Qt 6.2 REQUIRED COMPONENTS DBus)
message("=====================================")
find_package(Qt 6.2 REQUIRED COMPONENTS Test)
message("=====================================")


cmake_dependent_option(BUILD_GUI_TESTS "Build test_bitcoin-qt executable." ON "BUILD_GUI;BUILD_TESTS" OFF)
if(BUILD_GUI)
set(qt_components Core Gui Widgets LinguistTools)
Expand Down

0 comments on commit 2a2d938

Please sign in to comment.