diff options
author | TheCharlatan <seb.kung@gmail.com> | 2020-09-17 01:37:47 +0200 |
---|---|---|
committer | TheCharlatan <seb.kung@gmail.com> | 2020-09-17 09:00:26 +0200 |
commit | 2e3caa201157e0315cac6b82f2fdf7f820b28a8f (patch) | |
tree | dbdbd6b43f48f2f84f16928008401390999200d0 /contrib/depends/patches/qt/fix_no_printer.patch | |
parent | Merge pull request #6815 (diff) | |
download | monero-2e3caa201157e0315cac6b82f2fdf7f820b28a8f.tar.xz |
Depends: Bump qt to 5.15.1
Diffstat (limited to 'contrib/depends/patches/qt/fix_no_printer.patch')
-rw-r--r-- | contrib/depends/patches/qt/fix_no_printer.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/depends/patches/qt/fix_no_printer.patch b/contrib/depends/patches/qt/fix_no_printer.patch new file mode 100644 index 000000000..137235613 --- /dev/null +++ b/contrib/depends/patches/qt/fix_no_printer.patch @@ -0,0 +1,19 @@ +--- x/qtbase/src/plugins/platforms/cocoa/qprintengine_mac_p.h ++++ y/qtbase/src/plugins/platforms/cocoa/qprintengine_mac_p.h +@@ -52,6 +52,7 @@ + // + + #include <QtCore/qglobal.h> ++#include <qpa/qplatformprintdevice.h> + + #ifndef QT_NO_PRINTER + +--- x/qtbase/src/plugins/plugins.pro ++++ y/qtbase/src/plugins/plugins.pro +@@ -9,6 +9,3 @@ qtHaveModule(gui) { + !android:qtConfig(library): SUBDIRS *= generic + } + qtHaveModule(widgets): SUBDIRS += styles +- +-!winrt:qtHaveModule(printsupport): \ +- SUBDIRS += printsupport |