From 4f246bceb5958cb7ae86d7c5d59c78cad25bdd56 Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Wed, 29 Feb 2012 15:23:22 +0100 Subject: Add a QPlatformPrinterSupportPlugin for Cocoa MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is used to create the actual QPrintEngine and to query the system about printer information. The QCocoaPrinterSupport actually lives in the Cocoa platform plugin, so the QCocoaPrinterSupportPlugin uses the createPlatformPrinterSupport() function in the QPlatformNativeInterface (since the latter is a QObject). This is done to avoid adding a printing related virtual function to QPlatformIntegration (since we have plans to do a new printing API in the future). Change-Id: I8bf9be668ff8ae1d07840e2af1e0846dc3299334 Reviewed-by: Morten Johan Sørvig --- src/plugins/printsupport/printsupport.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/printsupport/printsupport.pro') diff --git a/src/plugins/printsupport/printsupport.pro b/src/plugins/printsupport/printsupport.pro index 9298e7981f..547ac42c9e 100644 --- a/src/plugins/printsupport/printsupport.pro +++ b/src/plugins/printsupport/printsupport.pro @@ -1,3 +1,4 @@ TEMPLATE = subdirs +mac: SUBDIRS += cocoa win32: SUBDIRS += windows -- cgit v1.2.3