Fix missing qoi.desktop

This commit is contained in:
Mirco Miranda
2023-08-19 08:53:00 +02:00
parent 274f30e008
commit 47920ed63c
2 changed files with 10 additions and 0 deletions

View File

@ -134,6 +134,9 @@ endif()
##################################
kimageformats_add_plugin(kimg_qoi SOURCES qoi.cpp)
if (QT_MAJOR_VERSION STREQUAL "5")
install(FILES qoi.desktop DESTINATION ${KDE_INSTALL_KSERVICESDIR}/qimageioplugins/)
endif()
##################################