From 469d564951a47f704a08e8265aa165e2d0fc78ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Jan=C3=ADk?= Date: Thu, 18 Dec 2014 13:34:16 +0100 Subject: [PATCH] Build winshutdownmonitor.cpp on Windows only. --- src/Makefile.qt.include | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index 25d76c146..c0cc8f34e 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -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 += \