You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.3 KiB

From 9fd75aab1bcb4a3be256cfd1a2730027d912b79b Mon Sep 17 00:00:00 2001
From: Volker Krause <vkrause@kde.org>
Date: Tue, 15 Mar 2022 18:26:59 +0100
Subject: [PATCH] Remove the now unused Qt::PrintSupport dependency
---
CMakeLists.txt | 2 +-
src/pimcommon/CMakeLists.txt | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 43e0c39..9d9cb8e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,7 +46,7 @@ set(KLDAP_LIB_VERSION "5.19.80")
set(AKONADICONTACT_LIB_VERSION "5.19.80")
set(AKONADI_VERSION "5.19.80")
-find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network Test Xml PrintSupport)
+find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network Test Xml)
find_package(KF5Archive ${KF5_MIN_VERSION} CONFIG REQUIRED)
find_package(KF5Codecs ${KF5_MIN_VERSION} CONFIG REQUIRED)
diff --git a/src/pimcommon/CMakeLists.txt b/src/pimcommon/CMakeLists.txt
index 349d2f4..beeef6f 100644
--- a/src/pimcommon/CMakeLists.txt
+++ b/src/pimcommon/CMakeLists.txt
@@ -201,7 +201,6 @@ target_link_libraries(KF5PimCommon
KF5::NewStuff
KF5::XmlGui
KF5::KIOWidgets
- Qt${QT_MAJOR_VERSION}::PrintSupport
KF5::ItemViews
KF5::NewStuff
)
--
GitLab