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
KDE PIM Add-ons
Commits
24492779
Commit
24492779
authored
Apr 06, 2021
by
Nicolas Fella
Browse files
Add a missing KService linkage
Currently things work due to transitiveness, but we better not rely on that
parent
51f49171
Pipeline
#56617
passed with stage
in 55 minutes and 2 seconds
Changes
5
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
kaddressbook/plugins/sendvcards/CMakeLists.txt
View file @
24492779
...
...
@@ -23,7 +23,7 @@ if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
set_target_properties
(
kaddressbook_sendvcardsplugin PROPERTIES UNITY_BUILD ON
)
endif
()
target_link_libraries
(
kaddressbook_sendvcardsplugin
KF5::PimCommon KF5::Completion KF5::PimCommonAkonadi KF5::XmlGui KF5::MimeTreeParser KF5::I18n
KF5::PimCommon KF5::Completion KF5::PimCommonAkonadi KF5::XmlGui KF5::MimeTreeParser KF5::I18n
KF5::Service
)
if
(
BUILD_TESTING
)
...
...
kaddressbook/plugins/sendvcards/autotests/CMakeLists.txt
View file @
24492779
...
...
@@ -5,5 +5,5 @@ if (KDEPIM_RUN_AKONADI_TEST)
set
(
KDEPIMLIBS_RUN_ISOLATED_TESTS TRUE
)
set
(
KDEPIMLIBS_RUN_SQLITE_ISOLATED_TESTS TRUE
)
add_akonadi_isolated_test_advanced
(
sendvcardsjobtest.cpp
"../sendvcardsjob.cpp;../kaddressbook_sendvcardsplugin_debug.cpp"
"KF5::Contacts;KF5::PimCommon;KF5::MimeTreeParser;KF5::I18n;KF5::AkonadiContact"
)
add_akonadi_isolated_test_advanced
(
sendvcardsjobtest.cpp
"../sendvcardsjob.cpp;../kaddressbook_sendvcardsplugin_debug.cpp"
"KF5::Contacts;KF5::PimCommon;KF5::MimeTreeParser;KF5::I18n;KF5::AkonadiContact
;KF5::Service
"
)
endif
()
sieveeditor/regexeditorlineedit/CMakeLists.txt
View file @
24492779
...
...
@@ -26,5 +26,5 @@ if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
endif
()
target_link_libraries
(
regexpeditorlineeditplugin
KF5::I18n KF5::KSieveUi KF5::TextWidgets
KF5::I18n KF5::KSieveUi KF5::TextWidgets
KF5::Service
)
sieveeditor/regexeditorlineedit/autotests/CMakeLists.txt
View file @
24492779
...
...
@@ -5,6 +5,6 @@ macro(add_regexpeditorplugin_unittest _source _additional)
add_test
(
NAME
${
_name
}
COMMAND
${
_name
}
)
ecm_mark_as_test
(
sieveeditorplugin-
${
_name
}
)
target_link_libraries
(
${
_name
}
Qt5::Widgets Qt5::Test KF5::I18n KF5::KSieveUi KF5::TextWidgets
)
target_link_libraries
(
${
_name
}
Qt5::Widgets Qt5::Test KF5::I18n KF5::KSieveUi KF5::TextWidgets
KF5::Service
)
endmacro
()
add_regexpeditorplugin_unittest
(
regexpeditorlineedittest.cpp
"../regexpeditorlineedit.cpp;
${
sieveeditorregexp_plugin_categories_SRCS
}
"
)
sieveeditor/regexeditorlineedit/tests/CMakeLists.txt
View file @
24492779
...
...
@@ -7,5 +7,5 @@ set(sieveeditor_regexpeditor_SRCS
add_executable
(
sieveeditorregexpeditor_gui
${
sieveeditor_regexpeditor_SRCS
}
)
target_link_libraries
(
sieveeditorregexpeditor_gui
KF5::PimCommon KF5::I18n KF5::KSieveUi KF5::TextWidgets
KF5::PimCommon KF5::I18n KF5::KSieveUi KF5::TextWidgets
KF5::Service
)
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