48 lines
1.5 KiB
Diff
48 lines
1.5 KiB
Diff
From af9bf0a88fd878f4f31e6289e7dcdd28b5a554d9 Mon Sep 17 00:00:00 2001
|
|
From: pei-jiankang <peijiankang@kylinos.cn>
|
|
Date: Fri, 29 Jul 2022 02:30:32 +0800
|
|
Subject: [PATCH] modify complie error of kde5.95
|
|
|
|
---
|
|
CMakeLists.txt | 2 +-
|
|
kcmkwin/kwindesktop/CMakeLists.txt | 2 +-
|
|
kcmkwin/kwineffects/CMakeLists.txt | 2 +-
|
|
3 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 152b6fe..b3fb1a4 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -299,7 +299,7 @@ set_package_properties(Libcap PROPERTIES
|
|
)
|
|
set(HAVE_LIBCAP ${Libcap_FOUND})
|
|
|
|
-include(ECMQMLModules)
|
|
+include(ECMFindQmlModule)
|
|
ecm_find_qmlmodule(QtQuick 2.3)
|
|
ecm_find_qmlmodule(QtQuick.Controls 1.2)
|
|
ecm_find_qmlmodule(QtQuick.Layouts 1.3)
|
|
diff --git a/kcmkwin/kwindesktop/CMakeLists.txt b/kcmkwin/kwindesktop/CMakeLists.txt
|
|
index 174ebbe..6264c8b 100644
|
|
--- a/kcmkwin/kwindesktop/CMakeLists.txt
|
|
+++ b/kcmkwin/kwindesktop/CMakeLists.txt
|
|
@@ -1,4 +1,4 @@
|
|
-include(ECMQMLModules)
|
|
+include(ECMFindQmlModule)
|
|
ecm_find_qmlmodule(org.kde.plasma.core 2.0)
|
|
|
|
# KI18N Translation Domain for this library.
|
|
diff --git a/kcmkwin/kwineffects/CMakeLists.txt b/kcmkwin/kwineffects/CMakeLists.txt
|
|
index cb0d13a..b3de5ec 100644
|
|
--- a/kcmkwin/kwineffects/CMakeLists.txt
|
|
+++ b/kcmkwin/kwineffects/CMakeLists.txt
|
|
@@ -1,4 +1,4 @@
|
|
-include(ECMQMLModules)
|
|
+include(ECMFindQmlModule)
|
|
ecm_find_qmlmodule(org.kde.plasma.core 2.0)
|
|
|
|
# KI18N Translation Domain for this library.
|
|
--
|
|
2.33.0
|
|
|