aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.qt.include
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2014-12-18 13:34:16 +0100
committerPavel Janík <Pavel@Janik.cz>2014-12-18 13:34:16 +0100
commit469d564951a47f704a08e8265aa165e2d0fc78ca (patch)
tree015486c3e3d366b076347d9c986f411cf76bceba /src/Makefile.qt.include
parent851dfc7f88d1b7c42534fffcfbdb2f1bcc473045 (diff)
downloadbitcoin-469d564951a47f704a08e8265aa165e2d0fc78ca.tar.xz
Build winshutdownmonitor.cpp on Windows only.
Diffstat (limited to 'src/Makefile.qt.include')
-rw-r--r--src/Makefile.qt.include7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include
index 25d76c146b..c0cc8f34e5 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 += \