diff options
| author | Wladimir J. van der Laan <[email protected]> | 2018-11-10 10:37:45 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2018-11-10 10:37:59 +0100 |
| commit | edc715240cb6738262ae96dea476544052eb5351 (patch) | |
| tree | d4f0c51dbb0980daf60caef03fb611dede33d426 /src/Makefile.qt.include | |
| parent | Merge #14689: Require a public key to be retrieved when signing a P2PKH input (diff) | |
| parent | macOS: disable AppNap during sync (diff) | |
| download | discoin-edc715240cb6738262ae96dea476544052eb5351.tar.xz discoin-edc715240cb6738262ae96dea476544052eb5351.zip | |
Merge #12783: macOS: disable AppNap during sync
1e0f3c44992fb82e6bf36c2ef9277b0759c17c4c macOS: disable AppNap during sync (Alexey Ivanov)
Pull request description:
Code based on pull/5804. Tested only on macOS 10.13.3 and should support 10.9+.
What macOS versions bitcoin core currently supports?
Tree-SHA512: 85809b8d8d8a05169437b4268988da0b7372c29c6da3223ebdc106dc16dcb6d3caa5c52ace3591467005b50a63fd8b2ab1cb071cb4f450032932df25d5063315
Diffstat (limited to 'src/Makefile.qt.include')
| -rw-r--r-- | src/Makefile.qt.include | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index e3eb01304..445849e3d 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 \ |