Browse Source

Merge pull request #5505

469d564 Build winshutdownmonitor.cpp on Windows only. (Pavel Janík)
0.13
Wladimir J. van der Laan 10 years ago
parent
commit
a99ef7d353
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 7
      src/Makefile.qt.include

7
src/Makefile.qt.include

@ -281,8 +281,11 @@ BITCOIN_QT_CPP = \ @@ -281,8 +281,11 @@ BITCOIN_QT_CPP = \
qt/scicon.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…
Cancel
Save