1
0
Fork 0

Actually enable QOI support

This commit is contained in:
Ilya Fedin 2024-04-04 16:06:38 +04:00 committed by John Preston
parent b875d0ae2b
commit 9f1b85aa9d
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,7 @@ PRIVATE
heif.cpp heif.cpp
jxl.cpp jxl.cpp
qoi.cpp qoi.cpp
scanlineconverter.cpp
) )
target_compile_definitions(external_kimageformats target_compile_definitions(external_kimageformats

View file

@ -10,3 +10,4 @@ https://github.com/desktop-app/legal/blob/master/LEGAL
Q_IMPORT_PLUGIN(QAVIFPlugin) Q_IMPORT_PLUGIN(QAVIFPlugin)
Q_IMPORT_PLUGIN(HEIFPlugin) Q_IMPORT_PLUGIN(HEIFPlugin)
Q_IMPORT_PLUGIN(QJpegXLPlugin) Q_IMPORT_PLUGIN(QJpegXLPlugin)
Q_IMPORT_PLUGIN(QOIPlugin)