summaryrefslogtreecommitdiffstats
path: root/src/pdf/configure.json
blob: a7376b578eaa45b1f03d181bce8236c89d044b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "module": "pdf",
    "depends" : [ "buildtools-private" ],
    "testDir": "../../config.tests",
    "condition": "features.build-qtpdf",
    "libraries": {
    },
    "tests": {
    },
    "features": {
         "pdf-info": {
             "label": "Support Qt PDF rendering module",
             "purpose": "Enables building the Qt PDF rendering module.",
             "output": ["privateFeature" ]
          }
    },
    "report": [
    ],
    "summary": [
        {
            "section": "Qt PDF",
            "entries": [
                "pdf-info"
            ]
        }
    ]
}