QmlProject: Also add support for gif

Change-Id: I46400e8bd605142401ab941e45baba1fa4b27fc0
Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
Reviewed-by: Burak Hancerli <burak.hancerli@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
(cherry picked from commit 0f2d15f16c)
This commit is contained in:
Thomas Hartmann
2024-05-03 14:23:07 +02:00
parent 753703d1bb
commit 1555add26f
5 changed files with 14 additions and 7 deletions

View File

@@ -18,7 +18,8 @@ const static QStringList imageFilesFilter{QStringLiteral("*.jpeg"),
QStringLiteral("*.bmp"),
QStringLiteral("*.ttf"),
QStringLiteral("*.tiff"),
QStringLiteral("*.webp")};
QStringLiteral("*.webp"),
QStringLiteral("*.gif")};
QString jsonValueToString(const QJsonValue &val, int indentationLevel, bool indented);

View File

@@ -79,7 +79,8 @@
"*.bmp",
"*.ttf",
"*.tiff",
"*.webp"
"*.webp",
"*.gif"
],
"mcuProperties": {
},
@@ -101,7 +102,8 @@
"*.bmp",
"*.ttf",
"*.tiff",
"*.webp"
"*.webp",
"*.gif"
],
"mcuProperties": {
},

View File

@@ -49,7 +49,8 @@
"*.bmp",
"*.ttf",
"*.tiff",
"*.webp"
"*.webp",
"*.gif"
],
"mcuProperties": {
},

View File

@@ -79,7 +79,8 @@
"*.bmp",
"*.ttf",
"*.tiff",
"*.webp"
"*.webp",
"*.gif"
],
"mcuProperties": {
},
@@ -101,7 +102,8 @@
"*.bmp",
"*.ttf",
"*.tiff",
"*.webp"
"*.webp",
"*.gif"
],
"mcuProperties": {
},

View File

@@ -52,7 +52,8 @@
"*.bmp",
"*.ttf",
"*.tiff",
"*.webp"
"*.webp",
"*.gif"
],
"mcuProperties": {
},