summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/configure.json b/configure.json
index 7f5f46f72..531a034e6 100644
--- a/configure.json
+++ b/configure.json
@@ -1,11 +1,15 @@
{
"module": "webengine",
+ "depends": [
+ "printsupport"
+ ],
"testDir": "tools/qmake/config.tests",
"commandline": {
"options": {
"alsa": "boolean",
+ "printing-and-pdf": "boolean",
"proprietary-codecs": "boolean",
"pulseaudio": "boolean",
"spellchecker": "boolean"
@@ -51,6 +55,13 @@
"condition": "libs.pulseaudio",
"output": [ "privateFeature" ]
},
+ "printing-and-pdf": {
+ "label": "Printing and PDF",
+ "condition": "module.printsupport && features.printer",
+ "autoDetect": "!features.cross_compile",
+ "purpose": "Enables printing and output to PDF",
+ "output": [ "privateFeature" ]
+ },
"proprietary-codecs": {
"label": "Proprietary Codecs",
"autoDetect": false,
@@ -78,6 +89,7 @@
{
"section": "Qt WebEngine",
"entries": [
+ "printing-and-pdf",
"proprietary-codecs",
"spellchecker",
"system-gn",