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
677a7ed2
Verified
Commit
677a7ed2
authored
Sep 18, 2020
by
Daniel Vrátil
🤖
Browse files
Clear up core dependencies
parent
6e7f1312
Pipeline
#36356
passed with stage
in 14 minutes and 44 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/core/CMakeLists.txt
View file @
677a7ed2
...
...
@@ -61,7 +61,10 @@ add_library(KF5::GAPICore ALIAS KPimGAPICore)
target_include_directories
(
KPimGAPICore INTERFACE
"$<INSTALL_INTERFACE:
${
KDE_INSTALL_INCLUDEDIR
}
/KPim/KGAPI;
${
KDE_INSTALL_INCLUDEDIR
}
/KPim/KGAPI/kgapi>"
)
target_link_libraries
(
KPimGAPICore
PUBLIC
Qt5::Core
PRIVATE
Qt5::Network
KF5::KIOWidgets
KF5::Wallet
)
...
...
@@ -96,7 +99,7 @@ install(FILES
ecm_generate_pri_file
(
BASE_NAME KGAPICore
LIB_NAME KPimGAPICore
DEPS
"
Qt5::Widgets
"
DEPS
"
core network
"
FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR
"
${
KDE_INSTALL_INCLUDEDIR
}
/KPim/KGAPI"
)
...
...
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