mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
build: Drop unneeded ApplicationServices framework dependency
This commit is contained in:
@@ -17,12 +17,7 @@
|
||||
#include <stdint.h>
|
||||
#include <QtDBus>
|
||||
#endif
|
||||
// Include ApplicationServices.h after QtDbus to avoid redefinition of check().
|
||||
// This affects at least OSX 10.6. See /usr/include/AssertMacros.h for details.
|
||||
// Note: This could also be worked around using:
|
||||
// #define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0
|
||||
#ifdef Q_OS_MAC
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
#include <qt/macnotificationhandler.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user