forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
|
@@ -79,7 +79,8 @@
|
||||
"*.bmp",
|
||||
"*.ttf",
|
||||
"*.tiff",
|
||||
"*.webp"
|
||||
"*.webp",
|
||||
"*.gif"
|
||||
],
|
||||
"mcuProperties": {
|
||||
},
|
||||
@@ -101,7 +102,8 @@
|
||||
"*.bmp",
|
||||
"*.ttf",
|
||||
"*.tiff",
|
||||
"*.webp"
|
||||
"*.webp",
|
||||
"*.gif"
|
||||
],
|
||||
"mcuProperties": {
|
||||
},
|
||||
|
@@ -49,7 +49,8 @@
|
||||
"*.bmp",
|
||||
"*.ttf",
|
||||
"*.tiff",
|
||||
"*.webp"
|
||||
"*.webp",
|
||||
"*.gif"
|
||||
],
|
||||
"mcuProperties": {
|
||||
},
|
||||
|
@@ -79,7 +79,8 @@
|
||||
"*.bmp",
|
||||
"*.ttf",
|
||||
"*.tiff",
|
||||
"*.webp"
|
||||
"*.webp",
|
||||
"*.gif"
|
||||
],
|
||||
"mcuProperties": {
|
||||
},
|
||||
@@ -101,7 +102,8 @@
|
||||
"*.bmp",
|
||||
"*.ttf",
|
||||
"*.tiff",
|
||||
"*.webp"
|
||||
"*.webp",
|
||||
"*.gif"
|
||||
],
|
||||
"mcuProperties": {
|
||||
},
|
||||
|
@@ -52,7 +52,8 @@
|
||||
"*.bmp",
|
||||
"*.ttf",
|
||||
"*.tiff",
|
||||
"*.webp"
|
||||
"*.webp",
|
||||
"*.gif"
|
||||
],
|
||||
"mcuProperties": {
|
||||
},
|
||||
|
Reference in New Issue
Block a user