summarylogtreecommitdiffstats
path: root/010-qt-jpegxl-image-plugin-add-qt6-support.patch
diff options
context:
space:
mode:
Diffstat (limited to '010-qt-jpegxl-image-plugin-add-qt6-support.patch')
-rw-r--r--010-qt-jpegxl-image-plugin-add-qt6-support.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/010-qt-jpegxl-image-plugin-add-qt6-support.patch b/010-qt-jpegxl-image-plugin-add-qt6-support.patch
index 2289df0af91a..fd3099473e51 100644
--- a/010-qt-jpegxl-image-plugin-add-qt6-support.patch
+++ b/010-qt-jpegxl-image-plugin-add-qt6-support.patch
@@ -28,12 +28,3 @@
install(TARGETS ${plugin} DESTINATION ${KDE_INSTALL_QTPLUGINDIR}/imageformats)
endfunction()
-@@ -27,7 +27,7 @@ endfunction()
- if (LibJXL_FOUND)
- kimageformats_add_plugin(libqjpegxl JSON "jpegxl.json" SOURCES "main.cpp" "qjpegxlhandler.cpp")
- target_link_libraries(libqjpegxl PkgConfig::LibJXL PkgConfig::LibJXLThreads)
-- install(FILES jxl.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR}/qimageioplugins/)
-+ install(FILES jxl.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR}/qimageioplugins/ RENAME jxl_qt${QT_MAJOR}.desktop)
- endif()
-
- ##################################