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>"
]
}
|