diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-05-18 22:40:23 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-05-18 22:40:23 +0200 |
| commit | 1634fabd42a2e316d2d736475dec0afea4181335 (patch) | |
| tree | 7499219cca5d32f6882aa88d2f8d46aec22e24cc /kde-plasma/kinfocenter/files | |
| parent | 2891550fa7ff6aa9afafb78263cf8a1ca4395625 (diff) | |
| download | kde-1634fabd42a2e316d2d736475dec0afea4181335.tar.gz kde-1634fabd42a2e316d2d736475dec0afea4181335.tar.bz2 kde-1634fabd42a2e316d2d736475dec0afea4181335.zip | |
kde-plasma/kinfocenter: Add missing include(ECMQmlModule)
Bug: https://bugs.gentoo.org/956010
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kinfocenter/files')
| -rw-r--r-- | kde-plasma/kinfocenter/files/kinfocenter-6.3.90-cmake.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/kde-plasma/kinfocenter/files/kinfocenter-6.3.90-cmake.patch b/kde-plasma/kinfocenter/files/kinfocenter-6.3.90-cmake.patch new file mode 100644 index 00000000000..1e61bae03df --- /dev/null +++ b/kde-plasma/kinfocenter/files/kinfocenter-6.3.90-cmake.patch @@ -0,0 +1,27 @@ +From b2fd0e4cb249980c20910038bde21bc676529c7c Mon Sep 17 00:00:00 2001 +From: Nicolas Fella <nicolas.fella@gmx.de> +Date: Fri, 16 May 2025 12:43:50 +0200 +Subject: [PATCH] Add missing include(ECMQmlModule) + +Fixes #6 + +(cherry picked from commit 934e1631268a028ff926172001e157db80c0b457) +--- + CMakeLists.txt | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index bdb25fce..8e0545eb 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -22,6 +22,7 @@ include(KDEGitCommitHooks) + include(ECMSetupQtPluginMacroNames) + include(ECMQueryQt) + include(ECMDeprecationSettings) ++include(ECMQmlModule) + + option(BUILD_DOC "Whether to build the documentation" ON) + +-- +GitLab + |
