projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6ea58f
)
we require Qt 6.7 release to build
author
Matthieu Gallien
<matthieu.gallien@nextcloud.com>
Fri, 22 Nov 2024 09:05:32 +0000
(10:05 +0100)
committer
Matthieu Gallien
<matthieu.gallien@nextcloud.com>
Fri, 22 Nov 2024 10:14:38 +0000
(11:14 +0100)
we use new API from Qt6.7
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 0bc6c48e3473cbc601e1e63c010cc24c55a520d2..351b3eaa00c41b31bdb54aa7dc50f59ac2b4e23f 100644
(file)
--- 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.
0
.0")
+set(REQUIRED_QT_VERSION "6.
7
.0")
# CfAPI Shell Extensions
set( CFAPI_SHELL_EXTENSIONS_LIB_NAME CfApiShellExtensions )