You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
532 B
20 lines
532 B
--- 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
|