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
Akregator
Commits
5608dd7c
Commit
5608dd7c
authored
Aug 24, 2015
by
Laurent Montel
😁
Browse files
Reduce dependancy
parent
11f9a45f
Changes
3
Hide whitespace changes
Inline
Side-by-side
configuration/CMakeLists.txt
View file @
5608dd7c
...
...
@@ -15,6 +15,9 @@ target_link_libraries(akregator_config_general
akregatorinterfaces
KF5::KIOCore
KF5::TextWidgets
KF5::KCMUtils
KF5::Completion
KF5::I18n
)
install
(
FILES akregator_config_general.desktop DESTINATION
${
KDE_INSTALL_KSERVICES5DIR
}
)
...
...
@@ -32,6 +35,9 @@ target_link_libraries(akregator_config_appearance
akregatorinterfaces
KF5::KIOCore
KF5::TextWidgets
KF5::KCMUtils
KF5::Completion
KF5::I18n
)
kcoreaddons_desktop_to_json
(
akregator_config_appearance akregator_config_appearance.desktop
)
...
...
@@ -46,9 +52,12 @@ ki18n_wrap_ui(kcm_akrarchiveconfig_SRCS settings_archive.ui)
add_library
(
akregator_config_archive MODULE
${
kcm_akrarchiveconfig_SRCS
}
)
target_link_libraries
(
akregator_config_archive
KF5::KCMUtils
akregatorinterfaces
KF5::KIOCore
KF5::TextWidgets
KF5::Completion
KF5::I18n
)
#kcoreaddons_desktop_to_json(akregator_config_archive akregator_config_archive.desktop)
install
(
FILES akregator_config_archive.desktop DESTINATION
${
KDE_INSTALL_KSERVICES5DIR
}
)
...
...
@@ -64,6 +73,10 @@ add_library(akregator_config_browser MODULE ${kcm_akrbrowserconfig_SRCS})
target_link_libraries
(
akregator_config_browser
akregatorinterfaces
KF5::KIOCore
KF5::KCMUtils
KF5::Completion
KF5::I18n
)
kcoreaddons_desktop_to_json
(
akregator_config_browser akregator_config_browser.desktop
)
...
...
@@ -84,6 +97,9 @@ target_link_libraries(akregator_config_advanced
akregatorinterfaces
KF5::KIOCore
KF5::TextWidgets
KF5::KCMUtils
KF5::Completion
KF5::I18n
)
kcoreaddons_desktop_to_json
(
akregator_config_advanced akregator_config_advanced.desktop
)
...
...
export/CMakeLists.txt
View file @
5608dd7c
...
...
@@ -10,6 +10,7 @@ add_executable(akregatorstorageexporter ${akregatorstorageexporter_SRCS})
target_link_libraries
(
akregatorstorageexporter
KF5::Syndication
akregatorinterfaces
KF5::Service
)
install
(
TARGETS akregatorstorageexporter
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
...
...
interfaces/CMakeLists.txt
View file @
5608dd7c
...
...
@@ -15,6 +15,7 @@ generate_export_header(akregatorinterfaces BASE_NAME akregatorinterfaces)
target_link_libraries
(
akregatorinterfaces
kdepim
KF5::Syndication
KF5::ConfigGui
)
target_include_directories
(
akregatorinterfaces PUBLIC
"$<BUILD_INTERFACE:
${
akregator_SOURCE_DIR
}
/interfaces;
${
akregator_BINARY_DIR
}
/interfaces>"
)
...
...
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