summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2016-11-02 16:47:05 +0000
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2016-11-08 11:32:49 +0000
commit06ee5a2abc560a1041d2c9f80eaa42f5de80a4f9 (patch)
tree5d9b8e501bc6a5e4bce661da4de66ce6adb97f88
parentd7cd50b34731357a30421bbd8561d7fa2e576ded (diff)
Disable the DDS image format plugin
As it stands right now, it's severely bugged and a security minefield (crashes). It is also pretty useless in combination with QImage: DDS files are supposed to carry multiple individual textures, texture arrays, cubemaps; mipmap chains; and may use specific texture compression formats. All these features are not supported at all by QImage. [ChangeLog][QtImageFormats] The DDS image plugin has been disabled due to lack of maintenance. Change-Id: I6e53b1b14de316389813ddd3e34a644065937b4a Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
-rw-r--r--src/plugins/imageformats/imageformats.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/imageformats/imageformats.pro b/src/plugins/imageformats/imageformats.pro
index 1ed399a..f93ef13 100644
--- a/src/plugins/imageformats/imageformats.pro
+++ b/src/plugins/imageformats/imageformats.pro
@@ -1,6 +1,6 @@
TEMPLATE = subdirs
SUBDIRS = \
- dds \
+# dds \
icns \
tga \
tiff \