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>
This commit is contained in:
parent
7fd483f3de
commit
65bafcc29d
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user