Updated the Qt6 patch

This commit is contained in:
István Váradi 2025-01-28 19:11:56 +01:00
parent 7b8aad6981
commit 2bb76e4f4f
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,16 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 54fdf0a3b..3c1d91f80 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,7 @@ set(BIN_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
include(${CMAKE_SOURCE_DIR}/NEXTCLOUD.cmake)
set(QT_VERSION_MAJOR "6")
-set(REQUIRED_QT_VERSION "6.8.0")
+set(REQUIRED_QT_VERSION "6.7.0")
# CfAPI Shell Extensions
set( CFAPI_SHELL_EXTENSIONS_LIB_NAME CfApiShellExtensions )
diff --git a/shell_integration/libcloudproviders/CMakeLists.txt b/shell_integration/libcloudproviders/CMakeLists.txt
index 02035d863..ba2438305 100644
--- a/shell_integration/libcloudproviders/CMakeLists.txt

View File

@ -2,3 +2,4 @@
0003-use_system_buildflags.patch
0004-sane-cmake.patch
0007-vfs-plugin.patch
0008-qt6.patch