aboutsummaryrefslogtreecommitdiff
path: root/graphics/digikam/files/patch-core_app_DigikamCoreTarget.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/digikam/files/patch-core_app_DigikamCoreTarget.cmake')
-rw-r--r--graphics/digikam/files/patch-core_app_DigikamCoreTarget.cmake25
1 files changed, 0 insertions, 25 deletions
diff --git a/graphics/digikam/files/patch-core_app_DigikamCoreTarget.cmake b/graphics/digikam/files/patch-core_app_DigikamCoreTarget.cmake
deleted file mode 100644
index 999d5ef739b5..000000000000
--- a/graphics/digikam/files/patch-core_app_DigikamCoreTarget.cmake
+++ /dev/null
@@ -1,25 +0,0 @@
---- core/app/DigikamCoreTarget.cmake.orig 2023-11-29 09:52:21 UTC
-+++ core/app/DigikamCoreTarget.cmake
-@@ -81,7 +81,7 @@ endif()
-
- endif()
-
--if(KF${QT_VERSION_MAJOR}AkonadiContact_FOUND)
-+if(KPim${QT_VERSION_MAJOR}AkonadiContact_FOUND)
-
- set(DIGIKAMCORE_OBJECTS
- ${DIGIKAMCORE_OBJECTS}
-@@ -395,11 +395,11 @@ endif()
-
- endif()
-
--if(KF${QT_VERSION_MAJOR}AkonadiContact_FOUND)
-+if(KPim${QT_VERSION_MAJOR}AkonadiContact_FOUND)
-
- target_link_libraries(digikamcore
- PRIVATE
-- KF${QT_VERSION_MAJOR}::AkonadiContact
-+ KPim${QT_VERSION_MAJOR}::AkonadiContact
- )
-
- endif()