From 65bafcc29d3f41f88f6fe0fd876be4c6ac118cd4 Mon Sep 17 00:00:00 2001 From: Andy Shaw Date: Tue, 21 Feb 2017 10:14:02 +0100 Subject: Android: Enable the usage of QPrinter Since QPrinter can be used to write to PDF and this was working in previous versions, there is no reason not to enable it here. Task-number: QTBUG-58376 Change-Id: I5760b74881995679e8df657b7d770bba00a33551 Reviewed-by: Paul Olav Tvete --- src/printsupport/configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/printsupport/configure.json b/src/printsupport/configure.json index dfef0bcd6c..58fb039534 100644 --- a/src/printsupport/configure.json +++ b/src/printsupport/configure.json @@ -41,7 +41,7 @@ "label": "QPrinter", "purpose": "Provides a printer backend of QPainter.", "section": "Painting", - "condition": "!config.android && !config.uikit && !config.winrt && features.picture && features.temporaryfile && features.pdf", + "condition": "!config.uikit && !config.winrt && features.picture && features.temporaryfile && features.pdf", "output": [ "publicFeature", "feature" ] }, "printpreviewwidget": { -- cgit v1.2.3