Build winshutdownmonitor.cpp on Windows only.

This commit is contained in:
Pavel Janík 2014-12-18 13:34:16 +01:00
parent 851dfc7f88
commit 469d564951

View file

@ -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 += \