summaryrefslogtreecommitdiffstats
path: root/src/pdfwidgets/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdfwidgets/configure.json')
-rw-r--r--src/pdfwidgets/configure.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/pdfwidgets/configure.json b/src/pdfwidgets/configure.json
deleted file mode 100644
index b33f08555..000000000
--- a/src/pdfwidgets/configure.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "module": "pdfwidgets",
- "condition": "module.pdf && features.pdf-widgets",
- "depends": [
- "pdf-private"
- ],
- "commandline": {
- "options": {
- "pdf-widgets": "boolean"
- }
- },
- "features": {
- "pdf-widgets": {
- "label": "Support Qt PDF Widgets",
- "purpose": "Provides Qt PDF Widgets support.",
- "condition": "module.widgets",
- "output": [ "privateFeature" ]
- }
- },
- "summary": [
- {
- "section": "Qt PDF Widgets",
- "entries": [
- "pdf-widgets"
- ]
- }
- ]
-}