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
Akonadi Search
Commits
7c14fef6
Commit
7c14fef6
authored
Apr 12, 2017
by
Laurent Montel
😁
Browse files
GIT_SILENT: increase it
parent
7be68f22
Changes
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
7c14fef6
cmake_minimum_required
(
VERSION 3.0
)
set
(
PIM_VERSION
"5.
4.9
0"
)
set
(
PIM_VERSION
"5.
5.
0"
)
project
(
AkonadiSearch VERSION
${
PIM_VERSION
}
)
# ECM setup
...
...
@@ -26,11 +26,11 @@ include(ECMCoverageOption)
set
(
AKONADISEARCH_VERSION
${
PIM_VERSION
}
)
set
(
AKONADI_VERSION
"5.
4.9
0"
)
set
(
AKONADI_MIMELIB_VERSION
"5.
4.9
0"
)
set
(
KCONTACTS_LIB_VERSION
"5.
4.9
0"
)
set
(
KCALENDARCORE_LIB_VERSION
"5.
4.9
0"
)
set
(
KMIME_LIB_VERSION
"5.
4.9
0"
)
set
(
AKONADI_VERSION
"5.
5.
0"
)
set
(
AKONADI_MIMELIB_VERSION
"5.
5.
0"
)
set
(
KCONTACTS_LIB_VERSION
"5.
5.
0"
)
set
(
KCALENDARCORE_LIB_VERSION
"5.
5.
0"
)
set
(
KMIME_LIB_VERSION
"5.
5.
0"
)
find_package
(
Qt5 REQUIRED NO_MODULE COMPONENTS Core Test
)
...
...
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