Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PIM Calendar Support
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
PIM Calendar Support
Commits
4f50dac1
Commit
4f50dac1
authored
Mar 08, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing check
parent
625ae46f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
CMakeLists.txt
CMakeLists.txt
+2
-1
No files found.
CMakeLists.txt
View file @
4f50dac1
...
...
@@ -35,7 +35,7 @@ set(KHOLIDAYS_LIB_VERSION "5.4.40")
set
(
AKONADICALENDAR_LIB_VERSION
"5.4.40"
)
set
(
PIMCOMMON_LIB_VERSION
"5.4.40"
)
set
(
AKONADI_VERSION
"5.4.40"
)
set
(
KIMAP_LIB_VERSION
"5.4.40"
)
find_package
(
KF5Akonadi
${
AKONADI_VERSION
}
CONFIG REQUIRED
)
find_package
(
Qt5
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED Widgets Test UiTools
)
find_package
(
KF5I18n
${
KF5_VERSION
}
CONFIG REQUIRED
)
...
...
@@ -49,6 +49,7 @@ find_package(KF5Holidays ${KHOLIDAYS_LIB_VERSION} CONFIG REQUIRED)
find_package
(
KF5AkonadiCalendar
${
AKONADICALENDAR_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5PimCommon
${
PIMCOMMON_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5KdepimDBusInterfaces
${
KDEPIM_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5IMAP
${
KIMAP_LIB_VERSION
}
CONFIG REQUIRED
)
ecm_setup_version
(
PROJECT VARIABLE_PREFIX CALENDARSUPPORT
VERSION_HEADER
"
${
CMAKE_CURRENT_BINARY_DIR
}
/calendarsupport_version.h"
...
...
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