aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.qt.include
diff options
context:
space:
mode:
authorAlexey Ivanov <[email protected]>2018-11-01 18:22:06 +0300
committerAlexey Ivanov <[email protected]>2018-11-01 18:22:06 +0300
commit1e0f3c44992fb82e6bf36c2ef9277b0759c17c4c (patch)
tree32b5f7fa397c16ee79b6ac1fe9f5c56b06d95902 /src/Makefile.qt.include
parentMerge #14197: [psbt] Convert non-witness UTXOs to witness if witness sig created (diff)
downloaddiscoin-1e0f3c44992fb82e6bf36c2ef9277b0759c17c4c.tar.xz
discoin-1e0f3c44992fb82e6bf36c2ef9277b0759c17c4c.zip
macOS: disable AppNap during sync
Signed-off-by: Alexey Ivanov <[email protected]>
Diffstat (limited to 'src/Makefile.qt.include')
-rw-r--r--src/Makefile.qt.include4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include
index 3ca2a7451..73538e8bc 100644
--- a/src/Makefile.qt.include
+++ b/src/Makefile.qt.include
@@ -162,7 +162,8 @@ QT_MOC_CPP = \
BITCOIN_MM = \
qt/macdockiconhandler.mm \
- qt/macnotificationhandler.mm
+ qt/macnotificationhandler.mm \
+ qt/macos_appnap.mm
QT_MOC = \
qt/bitcoin.moc \
@@ -205,6 +206,7 @@ BITCOIN_QT_H = \
qt/intro.h \
qt/macdockiconhandler.h \
qt/macnotificationhandler.h \
+ qt/macos_appnap.h \
qt/modaloverlay.h \
qt/networkstyle.h \
qt/notificator.h \