aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
diff options
context:
space:
mode:
authorAndymeows <[email protected]>2014-07-29 23:49:51 -0500
committerRoss Nicoll <[email protected]>2015-08-07 22:16:51 +0100
commita245210cbe01b4f3f2ba7321958768e1df3df5e3 (patch)
tree50eb6923d11f576137cd243f55042dc3d19b5f00 /src/qt/bitcoin.cpp
parentMerge pull request #1227 from kaykurokawa/1.10-dev (diff)
downloaddiscoin-a245210cbe01b4f3f2ba7321958768e1df3df5e3.tar.xz
discoin-a245210cbe01b4f3f2ba7321958768e1df3df5e3.zip
Add paper wallet generator to QT wallet
Diffstat (limited to 'src/qt/bitcoin.cpp')
-rw-r--r--src/qt/bitcoin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp
index 8740b98b7..a0133e339 100644
--- a/src/qt/bitcoin.cpp
+++ b/src/qt/bitcoin.cpp
@@ -62,7 +62,9 @@ Q_IMPORT_PLUGIN(AccessibleFactory)
#if defined(QT_QPA_PLATFORM_XCB)
Q_IMPORT_PLUGIN(QXcbIntegrationPlugin);
#elif defined(QT_QPA_PLATFORM_WINDOWS)
+Q_IMPORT_PLUGIN(QMinimalIntegrationPlugin);
Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin);
+Q_IMPORT_PLUGIN(QWindowsPrinterSupportPlugin);
#elif defined(QT_QPA_PLATFORM_COCOA)
Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin);
#endif