mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-05-28 00:30:23 -04:00
Fix missing qoi.desktop
This commit is contained in:
parent
274f30e008
commit
47920ed63c
@ -134,6 +134,9 @@ endif()
|
|||||||
##################################
|
##################################
|
||||||
|
|
||||||
kimageformats_add_plugin(kimg_qoi SOURCES qoi.cpp)
|
kimageformats_add_plugin(kimg_qoi SOURCES qoi.cpp)
|
||||||
|
if (QT_MAJOR_VERSION STREQUAL "5")
|
||||||
|
install(FILES qoi.desktop DESTINATION ${KDE_INSTALL_KSERVICESDIR}/qimageioplugins/)
|
||||||
|
endif()
|
||||||
|
|
||||||
##################################
|
##################################
|
||||||
|
|
||||||
|
7
src/imageformats/qoi.desktop
Normal file
7
src/imageformats/qoi.desktop
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Service
|
||||||
|
X-KDE-ServiceTypes=QImageIOPlugins
|
||||||
|
X-KDE-ImageFormat=qoi
|
||||||
|
X-KDE-MimeType=image/qoi
|
||||||
|
X-KDE-Read=true
|
||||||
|
X-KDE-Write=false
|
Loading…
Reference in New Issue
Block a user