QImage plugins should report supported mime types

Extend JSON plugin descriptions with supported MIME types.

Task-number: QTBUG-28177

Change-Id: If8e64a4a0f052718510383a74622598d741640d3
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
Allan Sandfeld Jensen 2012-11-26 12:18:32 +01:00 committed by The Qt Project
parent fab273e6f4
commit 7f5c46b18c
4 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,4 @@
{
"Keys": [ "mng" ]
"Keys": [ "mng" ],
"MimeTypes": [ "image/x-mng" ]
}

View File

@ -1,3 +1,4 @@
{
"Keys": [ "tga" ]
"Keys": [ "tga" ],
"MimeTypes": [ "image/x-tga" ]
}

View File

@ -1,3 +1,4 @@
{
"Keys": [ "tiff", "tif" ]
"Keys": [ "tiff", "tif" ],
"MimeTypes": [ "image/tiff", "image/tiff" ]
}

View File

@ -1,3 +1,4 @@
{
"Keys": [ "wbmp" ]
"Keys": [ "wbmp" ],
"MimeTypes": [ "image/vnd.wap.wbmp" ]
}