summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtattributionsscanner/testdata/good/expected.json
blob: 2914dcc4b0ad1fe0bf1a4541c8c658bc320d4e13 (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
[
    {
        "Copyright": "Copyright",
        "Description": "Multi\nLine\nDescription",
        "Homepage": "www.qt.io",
        "Id": "complete",
        "License": "License",
        "LicenseFile": "%{PWD}/complete/LICENSE",
        "LicenseId": "xxx",
        "Name": "Complete",
        "Path": "%{PWD}/complete",
        "Files": "",
        "QDocModule": "qtest",
        "QtParts": [ "examples" ],
        "QtUsage": "Multi\nLine\nUsage",
        "Version": "1.0",
        "DownloadLocation": "www.qt.io/1.0"
    },
    {
        "Copyright": "Copyright",
        "Description": "",
        "Homepage": "",
        "Id": "minimal",
        "License": "License",
        "LicenseFile": "",
        "LicenseId": "",
        "Name": "Minimal",
        "Path": "%{PWD}/minimal",
        "Files": "",
        "QDocModule": "qtest",
        "QtParts": [
            "libs"
        ],
        "QtUsage": "Usage",
        "Version": "",
        "DownloadLocation": ""
    }
]