mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
20 lines
516 B
Diff
20 lines
516 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
|
||
|
@@ -9,6 +9,3 @@ qtHaveModule(gui) {
|
||
|
!android:qtConfig(library): SUBDIRS *= generic
|
||
|
}
|
||
|
qtHaveModule(widgets): SUBDIRS += styles
|
||
|
-
|
||
|
-!winrt:qtHaveModule(printsupport): \
|
||
|
- SUBDIRS += printsupport
|