blob: bba55e966e9585f856e8578e3e8036cf3683b13e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
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
|