mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-02-22 15:53:15 -05:00
Add plugin for animated Windows cursors (ANI)
This commit is contained in:
@ -24,6 +24,11 @@ endfunction()
|
||||
|
||||
##################################
|
||||
|
||||
kimageformats_add_plugin(kimg_ani JSON "ani.json" SOURCES ani.cpp)
|
||||
install(FILES ani.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR}/qimageioplugins/)
|
||||
|
||||
##################################
|
||||
|
||||
if (TARGET avif)
|
||||
kimageformats_add_plugin(kimg_avif JSON "avif.json" SOURCES "avif.cpp")
|
||||
target_link_libraries(kimg_avif "avif")
|
||||
|
||||
Reference in New Issue
Block a user