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
KAlarm
Commits
0f73f3ae
Commit
0f73f3ae
authored
Jan 16, 2016
by
Laurent Montel
Browse files
increase version
parent
d29b3066
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0f73f3ae
...
...
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.12)
project
(
KAlarmCal
)
# ECM setup
find_package
(
ECM 5.1
4
.0 CONFIG REQUIRED
)
find_package
(
ECM 5.1
7
.0 CONFIG REQUIRED
)
set
(
CMAKE_MODULE_PATH
${
ECM_MODULE_PATH
}
)
include
(
GenerateExportHeader
)
...
...
@@ -17,12 +17,12 @@ include(KDECMakeSettings)
include
(
KDEFrameworkCompilerSettings
)
include
(
ECMQtDeclareLoggingCategory
)
set
(
KF5_VERSION
"5.1
2
.0"
)
set
(
KALARM_LIB_VERSION
"
4.79.
0"
)
set
(
CALENDARCORE_LIB_VERSION
"
4.82.
0"
)
set
(
HOLIDAY_LIB_VERSION
"
4.80.
0"
)
set
(
IDENTITYMANAGER_LIB_VERSION
"
4.79.
0"
)
set
(
AKONADI_LIB_VERSION
"
4.79.
0"
)
set
(
KF5_VERSION
"5.1
7
.0"
)
set
(
KALARM_LIB_VERSION
"
5.1.4
0"
)
set
(
CALENDARCORE_LIB_VERSION
"
5.1.4
0"
)
set
(
HOLIDAY_LIB_VERSION
"
5.1.4
0"
)
set
(
IDENTITYMANAGER_LIB_VERSION
"
5.1.4
0"
)
set
(
AKONADI_LIB_VERSION
"
5.1.4
0"
)
ecm_setup_version
(
${
KALARM_LIB_VERSION
}
VARIABLE_PREFIX KALARMCAL
VERSION_HEADER
"
${
CMAKE_CURRENT_BINARY_DIR
}
/kalarmcal_version.h"
PACKAGE_VERSION_FILE
"
${
CMAKE_CURRENT_BINARY_DIR
}
/KF5AlarmCalendarConfigVersion.cmake"
...
...
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