aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/Android.json.in
blob: a410aa83c278a3301228cad583a604eebdf8c052 (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
{
    "Id" : "android",
    "DisplayName" : "Android",
    "Name" : "Android",
    "Version" : "${IDE_VERSION}",
    "CompatVersion" : "${IDE_VERSION_COMPAT}",
    "VendorId" : "kdenecessitas",
    "Vendor" : "KDE Necessitas",
    "Copyright" : "${IDE_COPYRIGHT}",
    "License" : ${LICENSE},
    "Category" : "Device Support",
    "Description" : "Develop applications for Android devices.",
    "LongDescription" : ${LONG_DESCRIPTION},
    "Url" : "https://www.qt.io",
    "DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-developing-android.html",
    ${IDE_PLUGIN_DEPENDENCIES},

    "Mimetypes" : [
        "<?xml version='1.0'?>",
        "<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>",
        "    <mime-type type='application/vnd.google.android.android_manifest'>",
        "        <comment>Android manifest file</comment>",
        "        <sub-class-of type='application/xml'/>",
        "        <glob pattern='AndroidManifest.xml'/>",
        "    </mime-type>",
        "</mime-info>"
    ]
}