summaryrefslogtreecommitdiffstats
path: root/src/printsupport/configure.json
blob: 439f2dbdd83f9274a52252bd363544a25b4ad519 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
    "module": "printsupport",
    "depends": [
        "core",
        "gui",
        "widgets"
    ],
    "testDir": "../../config.tests",

    "commandline": {
        "options": {
            "cups": "boolean"
        }
    },

    "libraries": {
        "cups": {
            "label": "CUPS",
            "test": "unix/cups",
            "sources": [
                "-lcups"
            ]
        }
    },

    "features": {
        "cups": {
            "label": "CUPS",
            "purpose": "Provides support for the Common Unix Printing System.",
            "section": "Painting",
            "condition": "libs.cups",
            "output": [ "privateFeature", "feature" ]
        },
        "printer": {
            "label": "QPrinter",
            "purpose": "Provides a printer backend of QPainter.",
            "section": "Painting",
            "condition": "!config.android && !config.uikit && !config.winrt && features.picture && features.temporaryfile && features.pdf",
            "output": [ "publicFeature", "feature" ]
        },
        "printpreviewwidget": {
            "label": "QPrintPreviewWidget",
            "purpose": "Provides a widget for previewing page layouts for printer output.",
            "section": "Widgets",
            "condition": "features.graphicsview && features.printer && features.mainwindow",
            "output": [ "publicFeature", "feature" ]
        },
        "printdialog": {
            "label": "QPrintDialog",
            "purpose": "Provides a dialog widget for specifying printer configuration.",
            "section": "Dialogs",
            "condition": "features.printer && features.combobox && features.buttongroup && features.spinbox && features.treeview && features.tabwidget",
            "output": [ "publicFeature", "feature" ]
        },
        "printpreviewdialog": {
            "label": "QPrintPreviewDialog",
            "purpose": "Provides a dialog for previewing and configuring page layouts for printer output.",
            "section": "Dialogs",
            "condition": "features.printpreviewwidget && features.printdialog && features.toolbar",
            "output": [ "publicFeature", "feature" ]
        }
    },

    "summary": [
        {
            "section": "Qt PrintSupport",
            "entries": [
                "cups"
            ]
        }
    ]
}