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
Network
SignOn KWallet Extension
Commits
49fd904c
Commit
49fd904c
authored
Nov 22, 2021
by
Heiko Becker
Browse files
build: Pass the version to project()
parent
1a77d296
Pipeline
#132441
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
49fd904c
cmake_minimum_required
(
VERSION 3.0
)
project
(
kwalletsignon5
)
set
(
RELEASE_SERVICE_VERSION_MAJOR
"21"
)
set
(
RELEASE_SERVICE_VERSION_MINOR
"12"
)
set
(
RELEASE_SERVICE_VERSION_MICRO
"2"
)
set
(
kwalletsignon_VERSION
"
${
RELEASE_SERVICE_VERSION_MAJOR
}
.
${
RELEASE_SERVICE_VERSION_MINOR
}
.
${
RELEASE_SERVICE_VERSION_MICRO
}
"
)
project
(
kwalletsignon5 VERSION
${
kwalletsignon_VERSION
}
)
set
(
KF5_MIN_VERSION
"5.18.0"
)
set
(
QT_REQUIRED_VERSION
"5.6.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