diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2015-07-23 17:10:15 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2015-07-23 21:10:35 -0400 |
commit | fe997dfd121e3d82464908940753b77ebf61a10d (patch) | |
tree | 3cc36ad97b8a3cb70e23151ca7cbdc60897661c4 /src/qt | |
parent | d2464dfee928cdd4194516e9bc8b541c22972ab9 (diff) |
build: fix building against qt5.4/5.5
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/bitcoin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index ec02c4be9f..8a78533420 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -59,7 +59,9 @@ Q_IMPORT_PLUGIN(qtwcodecs) Q_IMPORT_PLUGIN(qkrcodecs) Q_IMPORT_PLUGIN(qtaccessiblewidgets) #else +#if QT_VERSION < 0x050400 Q_IMPORT_PLUGIN(AccessibleFactory) +#endif #if defined(QT_QPA_PLATFORM_XCB) Q_IMPORT_PLUGIN(QXcbIntegrationPlugin); #elif defined(QT_QPA_PLATFORM_WINDOWS) |