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
Accessibility
Kontrast
Commits
0c5891a0
Commit
0c5891a0
authored
Dec 23, 2020
by
Carl Schwan
🚴
Browse files
Release service change
parent
b242d4bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0c5891a0
cmake_minimum_required
(
VERSION 3.8
)
project
(
kontrast VERSION
"1.0.2"
)
# KDE Application Version, managed by release script
set
(
RELEASE_SERVICE_VERSION_MAJOR
"21"
)
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
}
"
)
project
(
kontrast VERSION
${
RELEASE_SERVICE_VERSION
}
)
set
(
QT_MIN_VERSION
"5.14.0"
)
set
(
KF5_MIN_VERSION
"5.70.0"
)
...
...
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