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
Ark
Commits
70f3fa7c
Commit
70f3fa7c
authored
Jun 01, 2021
by
Laurent Montel
😁
Browse files
Time to increase version
parent
c7ce14fd
Changes
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
70f3fa7c
cmake_minimum_required
(
VERSION 3.
5
FATAL_ERROR
)
cmake_minimum_required
(
VERSION 3.
16
FATAL_ERROR
)
# KDE Application Version, managed by release script
set
(
RELEASE_SERVICE_VERSION_MAJOR
"21"
)
...
...
@@ -7,8 +7,8 @@ set (RELEASE_SERVICE_VERSION_MICRO "70")
set
(
RELEASE_SERVICE_VERSION
"
${
RELEASE_SERVICE_VERSION_MAJOR
}
.
${
RELEASE_SERVICE_VERSION_MINOR
}
.
${
RELEASE_SERVICE_VERSION_MICRO
}
"
)
project
(
ark VERSION
${
RELEASE_SERVICE_VERSION
}
)
set
(
QT_MIN_VERSION 5.1
2
.0
)
set
(
KF5_MIN_VERSION 5.
77
.0
)
set
(
QT_MIN_VERSION 5.1
5
.0
)
set
(
KF5_MIN_VERSION 5.
82
.0
)
set
(
CMAKE_CXX_STANDARD 17
)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
...
...
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