DDS: enable plugin by default

- Enabled the plugin as OSS Fuzz did not find anything yet
- Modified README by adding more info about contributing, DDS plugin and some clarifications

Solves CCBUG: 380956 CCBUG: 389900
This commit is contained in:
Mirco Miranda
2024-12-24 08:59:32 +00:00
parent 894524f7e4
commit 0b2c6d725d
2 changed files with 15 additions and 10 deletions

View File

@ -62,8 +62,7 @@ set_package_properties(libavif PROPERTIES
PURPOSE "Required for the QImage plugin for AVIF images"
)
# DDS plugin disabled by default due to security issues
option(KIMAGEFORMATS_DDS "Enable plugin for DDS format" OFF)
option(KIMAGEFORMATS_DDS "Enable plugin for DDS format" ON)
option(KIMAGEFORMATS_HEIF "Enable plugin for HEIF format" OFF)
if(KIMAGEFORMATS_HEIF)