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>
This commit is contained in:
Thomas Hartmann
2024-05-03 14:23:07 +02:00
parent df20f8924a
commit 0f2d15f16c
5 changed files with 14 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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