New patch to enforce a high enough version of kf5guiaddons

This commit is contained in:
István Váradi 2024-04-18 20:29:13 +02:00
parent 138d9fd285
commit 4ad8e0b664
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index 6e4acf203..e1bb67ba4 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -1,7 +1,7 @@
project(gui)
find_package(Qt5 REQUIRED COMPONENTS Widgets Svg Qml Quick QuickControls2 QuickWidgets Xml Network)
find_package(KF5Archive REQUIRED)
-find_package(KF5GuiAddons)
+find_package(KF5GuiAddons 5.103)
if(QUICK_COMPILER)
find_package(Qt5QuickCompiler)

View File

@ -1,4 +1,5 @@
0001-fix-installationpath-of-dolphin-plugin.patch
0003-use_system_buildflags.patch
0004-sane-cmake.patch
0005-kf5guiaddons-version.patch
0007-vfs-plugin.patch