mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Updated the Qt6 patch
This commit is contained in:
parent
7b8aad6981
commit
2bb76e4f4f
13
debian/patches/0008-qt6.patch
vendored
13
debian/patches/0008-qt6.patch
vendored
@ -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
|
||||
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -2,3 +2,4 @@
|
||||
0003-use_system_buildflags.patch
|
||||
0004-sane-cmake.patch
|
||||
0007-vfs-plugin.patch
|
||||
0008-qt6.patch
|
||||
|
||||
Loading…
Reference in New Issue
Block a user