mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-26 05:44:03 +02:00
cmake: Add WITH_DBUS option
This commit is contained in:
@@ -214,6 +214,10 @@ if(ENABLE_WALLET)
|
||||
)
|
||||
endif()
|
||||
|
||||
if(WITH_DBUS)
|
||||
target_link_libraries(bitcoinqt PRIVATE Qt5::DBus)
|
||||
endif()
|
||||
|
||||
if(qt_lib_type STREQUAL "STATIC_LIBRARY")
|
||||
# We want to define static plugins to link ourselves, thus preventing
|
||||
# automatic linking against a "sane" set of default static plugins.
|
||||
|
||||
Reference in New Issue
Block a user