mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
d1fa6edca6
Ugrade Qt depends to Qt5.9.4 Depends can now be built with Qt5.9.4 , which is Qt's new long term support version. Fix depends Qt5.9.4 mac build Apply patch from QTBUG-67286 Upgrade Qt depends to 5.9.6
20 lines
532 B
Diff
20 lines
532 B
Diff
--- 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
|
|
@@ -8,6 +8,3 @@ qtHaveModule(gui) {
|
|
qtConfig(imageformatplugin): SUBDIRS *= imageformats
|
|
!android:qtConfig(library): SUBDIRS *= generic
|
|
}
|
|
-
|
|
-!winrt:qtHaveModule(printsupport): \
|
|
- SUBDIRS += printsupport
|