Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
PIM Data Exporter
Commits
93f74b33
Commit
93f74b33
authored
Nov 23, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/Applications/17.12'
parents
9bc2cf5f
f3512ab4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
CMakeLists.txt
CMakeLists.txt
+12
-12
No files found.
CMakeLists.txt
View file @
93f74b33
cmake_minimum_required
(
VERSION 3.1
)
set
(
KDEPIM_VERSION_NUMBER
"5.
6.8
0"
)
set
(
KDEPIM_VERSION_NUMBER
"5.
7.4
0"
)
project
(
pim-data-exporter VERSION
${
KDEPIM_VERSION_NUMBER
}
)
set
(
KF5_VERSION
"5.39.0"
)
...
...
@@ -26,14 +26,14 @@ include(ECMAddAppIcon)
include
(
ECMQtDeclareLoggingCategory
)
include
(
ECMCoverageOption
)
# Do NOT add quote
set
(
KDEPIM_DEV_VERSION
)
set
(
KDEPIM_DEV_VERSION
rc
)
# add an extra space
if
(
DEFINED KDEPIM_DEV_VERSION
)
set
(
KDEPIM_DEV_VERSION
"
${
KDEPIM_DEV_VERSION
}
"
)
endif
()
set
(
KDEPIM_VERSION
"
5.7.40
"
)
set
(
KDEPIM_VERSION
"
${
KDEPIM_VERSION_NUMBER
}${
KDEPIM_DEV_VERSION
}
"
)
set
(
KDEPIM_LIB_VERSION
"
${
KDEPIM_VERSION_NUMBER
}
"
)
set
(
KDEPIM_LIB_SOVERSION
"5"
)
...
...
@@ -41,15 +41,15 @@ set(KDEPIM_LIB_SOVERSION "5")
set
(
QT_REQUIRED_VERSION
"5.8.0"
)
find_package
(
Qt5
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED Widgets Xml Test
)
set
(
AKONADI_VERSION
"5.6.
8
0"
)
set
(
IDENTITYMANAGEMENT_LIB_VERSION
"5.6.
8
0"
)
set
(
KCONTACTS_LIB_VERSION
"5.6.
8
0"
)
set
(
KMAILTRANSPORT_LIB_VERSION
"5.6.
8
0"
)
set
(
KMIME_LIB_VERSION
"5.6.
8
0"
)
set
(
KPIMTEXTEDIT_LIB_VERSION
"5.6.
8
0"
)
set
(
LIBKDEPIM_LIB_VERSION_LIB
"5.6.
8
0"
)
set
(
MAILCOMMON_LIB_VERSION_LIB
"5.6.
8
0"
)
set
(
PIMCOMMON_LIB_VERSION_LIB
"5.6.
8
0"
)
set
(
AKONADI_VERSION
"5.6.
9
0"
)
set
(
IDENTITYMANAGEMENT_LIB_VERSION
"5.6.
9
0"
)
set
(
KCONTACTS_LIB_VERSION
"5.6.
9
0"
)
set
(
KMAILTRANSPORT_LIB_VERSION
"5.6.
9
0"
)
set
(
KMIME_LIB_VERSION
"5.6.
9
0"
)
set
(
KPIMTEXTEDIT_LIB_VERSION
"5.6.
9
0"
)
set
(
LIBKDEPIM_LIB_VERSION_LIB
"5.6.
9
0"
)
set
(
MAILCOMMON_LIB_VERSION_LIB
"5.6.
9
0"
)
set
(
PIMCOMMON_LIB_VERSION_LIB
"5.6.
9
0"
)
# Find KF5 package
find_package
(
KF5Archive
${
KF5_VERSION
}
REQUIRED
)
...
...
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