Skip to content

Commit

Permalink
Merge pull request #5505
Browse files Browse the repository at this point in the history
469d564 Build winshutdownmonitor.cpp on Windows only. (Pavel Janík)
  • Loading branch information
laanwj committed Dec 29, 2014
2 parents ed11d53 + 469d564 commit a99ef7d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Makefile.qt.include
Original file line number Diff line number Diff line change
Expand Up @@ -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 += \
Expand Down

0 comments on commit a99ef7d

Please sign in to comment.