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
PIM Messagelib
Commits
d07c143c
Commit
d07c143c
authored
Mar 08, 2017
by
Laurent Montel
😁
Browse files
Fix dependancies
parent
e8316d7c
Changes
3
Hide whitespace changes
Inline
Side-by-side
messagecomposer/autotests/CMakeLists.txt
View file @
d07c143c
...
...
@@ -32,6 +32,7 @@ macro( add_messagecomposer_cryptotest _source )
KF5::Completion
KF5::MailTransport
KF5::Ldap
KF5::Contacts
)
add_gpg_crypto_test
(
${
_name
}
messagecomposer-
${
_name
}
)
endmacro
()
...
...
@@ -73,4 +74,4 @@ set(KDEPIMLIBS_RUN_SQLITE_ISOLATED_TESTS TRUE)
add_akonadi_isolated_test_advanced
(
followupreminderselectdatedialogtest.cpp
"../src/followupreminder/followupreminderselectdatedialog.cpp"
"KF5::CalendarCore;KF5::AkonadiCore;KF5::AkonadiWidgets;KF5::MessageComposer"
)
add_akonadi_isolated_test_advanced
(
attachmentvcardfromaddressbookjobtest.cpp
"../src/job/attachmentvcardfromaddressbookjob.cpp"
"KF5::CalendarCore;KF5::AkonadiCore;KF5::AkonadiWidgets;KF5::MessageComposer"
)
add_akonadi_isolated_test_advanced
(
attachmentvcardfromaddressbookjobtest.cpp
"../src/job/attachmentvcardfromaddressbookjob.cpp"
"KF5::CalendarCore;KF5::AkonadiCore;KF5::AkonadiWidgets;KF5::MessageComposer
;KF5::Contacts;KF5::AkonadiContact
"
)
messagecomposer/src/CMakeLists.txt
View file @
d07c143c
...
...
@@ -151,7 +151,7 @@ target_link_libraries(KF5MessageComposer
PUBLIC
KF5::Mime
KF5::MessageCore
KF5::PimCommon
Akonadi
KF5::PimCommon
KF5::AkonadiCore
KF5::IdentityManagement
KF5::AkonadiMime
...
...
@@ -169,7 +169,7 @@ target_link_libraries(KF5MessageComposer
KF5::SendLater
KF5::FollowupReminder
KF5::Archive
KF5::
Ldap
KF5::
Contacts
)
target_include_directories
(
KF5MessageComposer INTERFACE
"$<INSTALL_INTERFACE:
${
KDE_INSTALL_INCLUDEDIR_KF5
}
/MessageComposer/;
${
KDE_INSTALL_INCLUDEDIR_KF5
}
/messagecomposer>"
)
...
...
webengineviewer/src/CMakeLists.txt
View file @
d07c143c
...
...
@@ -96,7 +96,7 @@ target_include_directories(KF5WebEngineViewer INTERFACE "$<INSTALL_INTERFACE:${K
target_link_libraries
(
KF5WebEngineViewer
PUBLIC
Qt5::WebEngineWidgets
KF5::PimCommon
Akonadi
KF5::PimCommon
PRIVATE
KF5::CoreAddons
KF5::XmlGui
...
...
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