Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KPkPass
Commits
072c2eea
Commit
072c2eea
authored
Oct 23, 2022
by
Volker Krause
Browse files
Remove the unecessary Qt 6.4 requirement here
parent
f73f7c47
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
072c2eea
...
...
@@ -37,9 +37,6 @@ ecm_setup_version(PROJECT VARIABLE_PREFIX KPKPASS
)
set
(
QT_REQUIRED_VERSION
"5.15.2"
)
if
(
QT_MAJOR_VERSION STREQUAL
"6"
)
set
(
QT_REQUIRED_VERSION
"6.4.0"
)
endif
()
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
QT_REQUIRED_VERSION
}
REQUIRED COMPONENTS Gui
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS Archive
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment