diff options
| author | Cory Fields <[email protected]> | 2015-07-23 17:10:15 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2015-07-23 21:10:35 -0400 |
| commit | fe997dfd121e3d82464908940753b77ebf61a10d (patch) | |
| tree | 3cc36ad97b8a3cb70e23151ca7cbdc60897661c4 /src/qt/bitcoin.cpp | |
| parent | Merge pull request #6287 (diff) | |
| download | discoin-fe997dfd121e3d82464908940753b77ebf61a10d.tar.xz discoin-fe997dfd121e3d82464908940753b77ebf61a10d.zip | |
build: fix building against qt5.4/5.5
Diffstat (limited to 'src/qt/bitcoin.cpp')
| -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 ec02c4be9..8a7853342 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) |