diff --git a/debian/patches/0008-qt6.patch b/debian/patches/0008-qt6.patch index c98a7fe7a0..772153f58a 100644 --- a/debian/patches/0008-qt6.patch +++ b/debian/patches/0008-qt6.patch @@ -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 diff --git a/debian/patches/series b/debian/patches/series index 243b6e96de..25bde5b0b9 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ 0003-use_system_buildflags.patch 0004-sane-cmake.patch 0007-vfs-plugin.patch +0008-qt6.patch