Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
baaa5303
Commit
baaa5303
authored
Nov 08, 2020
by
Kurt Hindenburg
Browse files
Add note about minimum requirements
parent
59f54e46
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
baaa5303
...
...
@@ -6,9 +6,11 @@ set (RELEASE_SERVICE_VERSION_MINOR "03")
set
(
RELEASE_SERVICE_VERSION_MICRO
"70"
)
set
(
RELEASE_SERVICE_VERSION
"
${
RELEASE_SERVICE_VERSION_MAJOR
}
.
${
RELEASE_SERVICE_VERSION_MINOR
}
.
${
RELEASE_SERVICE_VERSION_MICRO
}
"
)
# Do not increase these requirements without a merge-request or/and
# approval from maintainer(s).
# minimal requirements
cmake_minimum_required
(
VERSION 3.0 FATAL_ERROR
)
# Qt 5.12 LTS EOL
May
2021
# Qt 5.12 LTS EOL
December
2021
set
(
QT_MIN_VERSION
"5.12.0"
)
# Ubuntu 20.04 LTS only has KF 5.68 and Qt 5.12
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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