Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
LibKGAPI
Commits
d54f786a
Verified
Commit
d54f786a
authored
Sep 17, 2020
by
Daniel Vrátil
🤖
Browse files
Remove dependencies that are no longer needed.
parent
0731d48d
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d54f786a
...
...
@@ -41,13 +41,11 @@ find_package(Qt5 ${QT_REQUIRED_VERSION} REQUIRED COMPONENTS
Core
Network
Widgets
WebEngineWidgets
Xml
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS
KIO
WindowSystem
Wallet
)
...
...
src/core/CMakeLists.txt
View file @
d54f786a
...
...
@@ -63,7 +63,6 @@ target_include_directories(KPimGAPICore INTERFACE "$<INSTALL_INTERFACE:${KDE_INS
target_link_libraries
(
KPimGAPICore
PRIVATE
KF5::KIOWidgets
KF5::WindowSystem
KF5::Wallet
)
...
...
Write
Preview
Supports
Markdown
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