$NetBSD: patch-app_CMakeLists.txt,v 1.1 2024/08/24 04:30:18 markd Exp $ Work with kImageAnnotator 0.7.1 --- app/CMakeLists.txt.orig 2023-11-30 17:00:43.000000000 +0000 +++ app/CMakeLists.txt @@ -157,6 +157,6 @@ target_link_libraries(slideshowfileitema KF${QT_MAJOR_VERSION}::KIOWidgets KF${QT_MAJOR_VERSION}::Notifications) -if(kImageAnnotator_FOUND) +if(kImageAnnotator-Qt5_FOUND) target_link_libraries(gwenview kImageAnnotator::kImageAnnotator) endif()