summaryrefslogtreecommitdiffstats
path: root/src/printsupport/configure.json
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2017-02-21 10:14:02 +0100
committerAndy Shaw <andy.shaw@qt.io>2017-03-09 11:04:03 +0000
commit65bafcc29d3f41f88f6fe0fd876be4c6ac118cd4 (patch)
tree5dc02b58ae8a8736830a266f08bc4465c321fdf2 /src/printsupport/configure.json
parent7fd483f3de5bfb98a816e4d63724476b839effc8 (diff)
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 <paul.tvete@qt.io>
Diffstat (limited to 'src/printsupport/configure.json')
-rw-r--r--src/printsupport/configure.json2
1 files changed, 1 insertions, 1 deletions
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": {