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
f5bb2a04
Commit
f5bb2a04
authored
May 22, 2016
by
Laurent Montel
Browse files
Use KF5_VERSION
parent
958b462e
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
f5bb2a04
...
...
@@ -3,7 +3,8 @@ cmake_minimum_required(VERSION 2.8.12)
project
(
KAlarmCal
)
# ECM setup
find_package
(
ECM 5.19.0 CONFIG REQUIRED
)
set
(
KF5_VERSION
"5.22.0"
)
find_package
(
ECM
${
KF5_VERSION
}
CONFIG REQUIRED
)
set
(
CMAKE_MODULE_PATH
${
ECM_MODULE_PATH
}
)
include
(
GenerateExportHeader
)
...
...
@@ -19,7 +20,6 @@ include(ECMQtDeclareLoggingCategory)
set
(
PIM_VERSION
"5.2.40"
)
set
(
KF5_VERSION
"5.19.0"
)
set
(
KALARM_LIB_VERSION
${
PIM_VERSION
}
)
set
(
CALENDARCORE_LIB_VERSION
"5.2.40"
)
...
...
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