mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-18 03:54:18 -04:00
Remove the xv image format plugin
It appears to be some internal format of xview, although I cannot find any mention of such a thing on the internet. There does not appear to be any sort of mime type to associate with this file format, either. Therefore, I think it is reasonable to declare it obsolete. REVIEW: 115768
This commit is contained in:
@ -125,11 +125,3 @@ target_link_libraries(kimg_xcf Qt5::Gui)
|
||||
install(TARGETS kimg_xcf DESTINATION ${QT_PLUGIN_INSTALL_DIR}/imageformats/)
|
||||
install(FILES xcf.desktop DESTINATION ${SERVICES_INSTALL_DIR}/qimageioplugins/)
|
||||
|
||||
##################################
|
||||
|
||||
add_library(kimg_xview MODULE xview.cpp)
|
||||
target_link_libraries(kimg_xview Qt5::Gui)
|
||||
|
||||
install(TARGETS kimg_xview DESTINATION ${QT_PLUGIN_INSTALL_DIR}/imageformats/)
|
||||
install(FILES xv.desktop DESTINATION ${SERVICES_INSTALL_DIR}/qimageioplugins/)
|
||||
|
||||
|
Reference in New Issue
Block a user