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
Kalendar
Commits
cc04c649
Verified
Commit
cc04c649
authored
Nov 16, 2021
by
Carl Schwan
🚴
Browse files
Remove unneeded KPeople dependency
We use KContact and akonadi-contact directly
parent
bd66b70b
Pipeline
#98333
failed with stage
in 6 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
cc04c649
...
...
@@ -43,7 +43,7 @@ ecm_setup_version(${PROJECT_VERSION}
################# Find dependencies #################
find_package
(
Qt5
${
QT_MIN_VERSION
}
REQUIRED COMPONENTS Core Gui Qml QuickControls2 Svg Location
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS Kirigami2 DBusAddons I18n CalendarCore ConfigWidgets WindowSystem CoreAddons
People
Contacts ItemModels XmlGui
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS Kirigami2 DBusAddons I18n CalendarCore ConfigWidgets WindowSystem CoreAddons Contacts ItemModels XmlGui
)
find_package
(
KF5Akonadi
${
AKONADI_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5AkonadiContact
${
AKONADI_CONTACT_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5CalendarSupport
${
CALENDARSUPPORT_LIB_VERSION
}
CONFIG REQUIRED
)
...
...
src/CMakeLists.txt
View file @
cc04c649
...
...
@@ -24,7 +24,6 @@ target_link_libraries(kalendar
KF5::WindowSystem
KF5::ConfigWidgets
KF5::AkonadiWidgets
KF5::People
KF5::Contacts
KF5::ItemModels
KF5::XmlGui
...
...
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