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
KFind
Commits
50aec81c
Commit
50aec81c
authored
Jun 17, 2017
by
Laurent Montel
😁
Browse files
Use KDE_APPLICATIONS_VERSION
parent
44084704
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
50aec81c
...
...
@@ -13,7 +13,14 @@ include(KDEInstallDirs)
include
(
KDECMakeSettings
)
include
(
KDEFrameworkCompilerSettings NO_POLICY_SCOPE
)
include
(
ECMAddAppIcon
)
set
(
KFIND_VERSION
"2.0.0"
)
# KDE Application Version, managed by release script
set
(
KDE_APPLICATIONS_VERSION_MAJOR
"17"
)
set
(
KDE_APPLICATIONS_VERSION_MINOR
"07"
)
set
(
KDE_APPLICATIONS_VERSION_MICRO
"70"
)
set
(
KDE_APPLICATIONS_VERSION
"
${
KDE_APPLICATIONS_VERSION_MAJOR
}
.
${
KDE_APPLICATIONS_VERSION_MINOR
}
.
${
KDE_APPLICATIONS_VERSION_MICRO
}
"
)
set
(
KFIND_VERSION
${
KDE_APPLICATIONS_VERSION
}
)
ecm_setup_version
(
${
KFIND_VERSION
}
VARIABLE_PREFIX KFIND
VERSION_HEADER
"
${
CMAKE_CURRENT_BINARY_DIR
}
/src/kfind_version.h"
...
...
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