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
PIM
MBox Importer
Commits
92a9bac4
Commit
92a9bac4
authored
Mar 30, 2020
by
Laurent Montel
Browse files
GIT_SILENT: use PIM_VERSION variable everywhere
parent
c9964cd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
92a9bac4
set
(
KDE
PIM_VERSION
_NUMBER
"5.14.40"
)
set
(
PIM_VERSION
"5.14.40"
)
cmake_minimum_required
(
VERSION 3.5
)
project
(
mbox-importer VERSION
${
KDE
PIM_VERSION
_NUMBER
}
)
project
(
mbox-importer VERSION
${
PIM_VERSION
}
)
set
(
KF5_MIN_VERSION
"5.68.0"
)
...
...
@@ -34,11 +34,11 @@ if(DEFINED KDEPIM_DEV_VERSION)
set
(
KDEPIM_DEV_VERSION
"
${
KDEPIM_DEV_VERSION
}
"
)
endif
()
set
(
KDEPIM_VERSION
"
${
KDE
PIM_VERSION
_NUMBER
}${
KDEPIM_DEV_VERSION
}
(
${
RELEASE_SERVICE_VERSION
}
)"
)
set
(
KDEPIM_VERSION
"
${
PIM_VERSION
}${
KDEPIM_DEV_VERSION
}
(
${
RELEASE_SERVICE_VERSION
}
)"
)
set
(
AKONADI_VERSION
"5.14.40"
)
set
(
KDEPIM_LIB_VERSION
"
${
KDE
PIM_VERSION
_NUMBER
}
"
)
set
(
KDEPIM_LIB_VERSION
"
${
PIM_VERSION
}
"
)
set
(
KDEPIM_LIB_SOVERSION
"5"
)
set
(
QT_REQUIRED_VERSION
"5.12.0"
)
...
...
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