aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/compilationdatabaseprojectmanager/CompilationDatabaseProjectManager.json.in
blob: 6d656d2307c2c61faff639212e3b7d42f11db618 (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
{
    "Id" : "compilationdatabaseprojectmanager",
    "DisplayName" : "Compilation Databases",
    "Name" : "CompilationDatabaseProjectManager",
    "Version" : "${IDE_VERSION}",
    "CompatVersion" : "${IDE_VERSION_COMPAT}",
    "Experimental" : true,
    "VendorId" : "theqtcompany",
    "Vendor" : "The Qt Company Ltd",
    "Copyright" : "${IDE_COPYRIGHT}",
    "License" : [ "Commercial Usage",
                  "",
                  "Licensees holding valid Qt Commercial licenses may use this plugin in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and The Qt Company.",
                  "",
                  "GNU General Public License Usage",
                  "",
                  "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
    ],
    "Category" : "Build Systems",
    "Description" : "Open compilation databases as projects.",
    "LongDescription" : [
        "The JSON compilation database format replays single builds independently of the build system.",
        "A compilation database is a list of files and the compiler flags that are used to compile the files. It feeds the code model with the necessary information for correctly parsing the code when you open a file for editing.",
        "You also need:",
            "- A compilation database"
    ],
    "Url" : "https://www.qt.io",
    "DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-to-use-compilation-databases.html",
    ${IDE_PLUGIN_DEPENDENCIES},
    "Mimetypes" : [
        "<?xml version='1.0'?>",
        "<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>",
        "  <mime-type type='text/x-compilation-database-project'>",
        "    <sub-class-of type='text/plain'/>",
        "    <comment>Compilation Database file</comment>",
        "    <glob pattern='compile_commands.json' weight='100'/>",
        "  </mime-type>",
        "</mime-info>"
    ]
}