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
PIM
KMail Account Wizard
Commits
016ef718
Commit
016ef718
authored
Sep 03, 2017
by
Laurent Montel
😁
Browse files
add version to project
parent
1932510b
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
016ef718
project
(
kmail-account-wizard
)
set
(
KDEPIM_VERSION_NUMBER
"5.6.40"
)
cmake_minimum_required
(
VERSION 3.1
)
project
(
kmail-account-wizard VERSION
${
KDEPIM_VERSION_NUMBER
}
)
set
(
LIBRARY_NAMELINK LIBRARY NAMELINK_SKIP
)
...
...
@@ -42,7 +43,6 @@ if(DEFINED KDEPIM_DEV_VERSION)
endif
()
set
(
KDEPIM_VERSION_NUMBER
"5.6.40"
)
set
(
KDEPIM_VERSION
"
${
KDEPIM_VERSION_NUMBER
}${
KDEPIM_DEV_VERSION
}
"
)
set
(
AKONADI_MIMELIB_VERSION
"5.6.40"
)
...
...
Write
Preview
Markdown
is supported
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