Skip to content

Commit a99ef7d

Browse files
committed
Merge pull request #5505
469d564 Build winshutdownmonitor.cpp on Windows only. (Pavel Janík)
2 parents ed11d53 + 469d564 commit a99ef7d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Makefile.qt.include

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,11 @@ BITCOIN_QT_CPP = \
281281
qt/scicon.cpp \
282282
qt/splashscreen.cpp \
283283
qt/trafficgraphwidget.cpp \
284-
qt/utilitydialog.cpp \
285-
qt/winshutdownmonitor.cpp
284+
qt/utilitydialog.cpp
285+
286+
if TARGET_WINDOWS
287+
BITCOIN_QT_CPP += qt/winshutdownmonitor.cpp
288+
endif
286289

287290
if ENABLE_WALLET
288291
BITCOIN_QT_CPP += \

0 commit comments

Comments
 (0)