Commit 86872a18 authored by Qt Forward Merge Bot's avatar Qt Forward Merge Bot
Browse files

Merge remote-tracking branch 'origin/5.12' into 5.13

Change-Id: I02bc865209f0092c68e5be1542f54e605c517c58
parents cee7701c b1d12f8c
Branches
Tags v5.13.0-beta2
No related merge requests found
Showing with 2 additions and 10 deletions
......@@ -169,8 +169,7 @@
"disable": "input.tiff == 'no'",
"condition": "features.imageformatplugin",
"output": [
"privateFeature",
{ "type": "define", "negative": true, "name": "QT_NO_IMAGEFORMAT_TIFF" }
"privateFeature"
]
},
"system-tiff": {
......@@ -185,8 +184,7 @@
"disable": "input.webp == 'no'",
"condition": "features.imageformatplugin",
"output": [
"privateFeature",
{ "type": "define", "negative": true, "name": "QT_NO_IMAGEFORMAT_WEBP" }
"privateFeature"
]
},
"system-webp": {
......
......@@ -42,9 +42,6 @@
#ifndef QT_NO_IMAGEFORMATPLUGIN
#ifdef QT_NO_IMAGEFORMAT_TIFF
#undef QT_NO_IMAGEFORMAT_TIFF
#endif
#include "qtiffhandler_p.h"
QT_BEGIN_NAMESPACE
......
......@@ -42,9 +42,6 @@
#ifndef QT_NO_IMAGEFORMATPLUGIN
#ifdef QT_NO_IMAGEFORMAT_WEBP
#undef QT_NO_IMAGEFORMAT_WEBP
#endif
#include "qwebphandler_p.h"
#include <qiodevice.h>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment