mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-11 07:44:12 +02:00
Shortlog over previous snapshot: Nicolas Fella (1): Fix build with Qt 6.9 Thomas Fischer (8): Using QCheckBox::checkStateChanged instead of QCheckBox::stateChanged Removing unnecessary include of .moc file Various improvements in C++ code formatting script Search engines can be called separately Removed features from Springer Nature Link search Removing support for Qt Webkit Fixing ScienceDirect search Adding tests for 'InternalNetworkAccessManager::reverseObfuscate' Pending upstream commit: https://invent.kde.org/office/kbibtex/-/merge_requests/33 Closes: https://bugs.gentoo.org/949362 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
29 lines
770 B
Diff
29 lines
770 B
Diff
From fa79e2682a51ec1920ea80af5dcc4fd9f9af320a Mon Sep 17 00:00:00 2001
|
|
From: Andreas Sturmlechner <asturm@gentoo.org>
|
|
Date: Thu, 6 Feb 2025 22:46:40 +0100
|
|
Subject: CMake: Re-add lookup of KDocTools
|
|
|
|
Commented out in commit 11f6daece7d1d3d9c84db5b8aea25017aaba1c9d and
|
|
further cleaned up in commit c0988c00d04012c2767f59149dd954b34599742e
|
|
without comment.
|
|
|
|
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
---
|
|
CMakeLists.txt | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 47df2bae..a160ebfe 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -180,6 +180,8 @@ find_package(
|
|
MODULE
|
|
REQUIRED
|
|
Config
|
|
+ OPTIONAL_COMPONENTS
|
|
+ DocTools
|
|
)
|
|
if(BUILD_KPART OR BUILD_TESTING)
|
|
find_package(
|
|
--
|
|
2.48.1
|