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
Education
KTouch
Commits
d2421c42
Commit
d2421c42
authored
Sep 30, 2022
by
Ömer Fadıl Usta
😊
Browse files
Bump cmake min version to 3.16
Cmake 3.16 is kinda defacto for almost all kde projects
parent
d6295640
Pipeline
#238696
passed with stage
in 2 minutes and 14 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d2421c42
...
...
@@ -7,7 +7,7 @@ set (RELEASE_SERVICE_VERSION_MICRO "70")
set
(
RELEASE_SERVICE_VERSION
"
${
RELEASE_SERVICE_VERSION_MAJOR
}
.
${
RELEASE_SERVICE_VERSION_MINOR
}
.
${
RELEASE_SERVICE_VERSION_MICRO
}
"
)
cmake_minimum_required
(
VERSION 3.1
5
)
cmake_minimum_required
(
VERSION 3.1
6
)
project
(
ktouch VERSION
${
RELEASE_SERVICE_VERSION
}
)
set
(
QT_MIN_VERSION
"5.15.2"
)
...
...
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