diff options
| author | Max K <[email protected]> | 2018-01-28 18:44:52 +0100 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2019-03-25 05:36:12 +0000 |
| commit | 2a0c66035d0fb53b3d12b299707244a13d19cb37 (patch) | |
| tree | b4760c7b98acb27a10c895375e104e1c11d3d92f /build-aux | |
| parent | Update about menu icon to Dogecoin (diff) | |
| download | discoin-2a0c66035d0fb53b3d12b299707244a13d19cb37.tar.xz discoin-2a0c66035d0fb53b3d12b299707244a13d19cb37.zip | |
Re-add paperwallet printer (#1467)
* Add paper wallet generator to QT wallet
* Replace print icon with Typeicons equivalent
* Re-add printer support to Qt
* depends: fix fontconfig with newer glibc
See comment for more detail
* Set fixed size for paper wallet dialog
Diffstat (limited to 'build-aux')
| -rw-r--r-- | build-aux/m4/bitcoin_qt.m4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build-aux/m4/bitcoin_qt.m4 b/build-aux/m4/bitcoin_qt.m4 index 9813ae144..3136cbe90 100644 --- a/build-aux/m4/bitcoin_qt.m4 +++ b/build-aux/m4/bitcoin_qt.m4 @@ -152,8 +152,9 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[ Q_IMPORT_PLUGIN(qjpcodecs) Q_IMPORT_PLUGIN(qtwcodecs) Q_IMPORT_PLUGIN(qkrcodecs) - Q_IMPORT_PLUGIN(AccessibleFactory)], - [-lqcncodecs -lqjpcodecs -lqtwcodecs -lqkrcodecs -lqtaccessiblewidgets]) + Q_IMPORT_PLUGIN(AccessibleFactory) + Q_IMPORT_PLUGIN(QWindowsPrinterSupportPlugin)], + [-lqcncodecs -lqjpcodecs -lqtwcodecs -lqkrcodecs -lqtaccessiblewidgets -lwindowsprintersupport]) fi fi CPPFLAGS=$TEMP_CPPFLAGS |