mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 18:53:23 -03:00
Build winshutdownmonitor.cpp on Windows only.
This commit is contained in:
parent
851dfc7f88
commit
469d564951
1 changed files with 5 additions and 2 deletions
|
@ -279,8 +279,11 @@ BITCOIN_QT_CPP = \
|
|||
qt/rpcconsole.cpp \
|
||||
qt/splashscreen.cpp \
|
||||
qt/trafficgraphwidget.cpp \
|
||||
qt/utilitydialog.cpp \
|
||||
qt/winshutdownmonitor.cpp
|
||||
qt/utilitydialog.cpp
|
||||
|
||||
if TARGET_WINDOWS
|
||||
BITCOIN_QT_CPP += qt/winshutdownmonitor.cpp
|
||||
endif
|
||||
|
||||
if ENABLE_WALLET
|
||||
BITCOIN_QT_CPP += \
|
||||
|
|
Loading…
Add table
Reference in a new issue