mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-18 20:04:16 -04:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user