AusweisApp2/libs/patches/qt-Disable-unused-imageform...

28 lines
823 B
Diff
Raw Normal View History

2019-09-30 17:22:19 +02:00
From 2674afcd19c8ce6a23a3c69bb9d41d82838adf86 Mon Sep 17 00:00:00 2001
From: Lars Schmertmann <Lars.Schmertmann@governikus.de>
Date: Tue, 18 Jun 2019 07:47:39 +0200
Subject: Disable unused imageformats
2017-12-20 14:54:05 +01:00
2019-09-30 17:22:19 +02:00
Change-Id: Iace4d751b615d1e54d94e9f8ab774ef39b111a79
2017-12-20 14:54:05 +01:00
---
src/plugins/imageformats/imageformats.pro | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git x/qtimageformats/src/plugins/imageformats/imageformats.pro y/qtimageformats/src/plugins/imageformats/imageformats.pro
2019-09-30 17:22:19 +02:00
index be1e20a..06feab3 100644
2017-12-20 14:54:05 +01:00
--- x/qtimageformats/src/plugins/imageformats/imageformats.pro
+++ y/qtimageformats/src/plugins/imageformats/imageformats.pro
2019-09-30 17:22:19 +02:00
@@ -22,8 +22,7 @@ qtConfig(jasper) {
2017-12-20 14:54:05 +01:00
SUBDIRS += macjp2
}
-winrt {
SUBDIRS -= tiff \
tga \
+ wbmp \
webp
-}
--
2019-09-30 17:22:19 +02:00
2.21.0
2017-12-20 14:54:05 +01:00