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:
5d765dd
)
Remove commented out broken quick compiler check in Qt6
author
Claudio Cambra
<claudio.cambra@nextcloud.com>
Tue, 13 Dec 2022 12:12:31 +0000
(13:12 +0100)
committer
Matthieu Gallien
<matthieu_gallien@yahoo.fr>
Fri, 26 Apr 2024 07:05:12 +0000
(09:05 +0200)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
src/gui/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/gui/CMakeLists.txt
b/src/gui/CMakeLists.txt
index 781374c8d6b08c863e58247c8511cbb659d94f5e..d9f29c808a96183ae561f07088dd321f9cec2808 100644
(file)
--- a/
src/gui/CMakeLists.txt
+++ b/
src/gui/CMakeLists.txt
@@
-4,8
+4,7
@@
find_package(KF5Archive REQUIRED)
find_package(KF5GuiAddons)
if(QUICK_COMPILER)
- if (${QT_MAJOR_VERSION} STREQUAL "6")
- else()
+ if (${QT_VERSION_MAJOR} STREQUAL "5")
set(REQUIRED_QT_VERSION "5.15.0")
find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED QuickCompiler)
set_package_properties(Qt5QuickCompiler PROPERTIES