[kmail2] [Bug 407163] compilation fails due to wrong include statement
Christophe Giboudeaux
bugzilla_noreply at kde.org
Tue May 14 12:18:13 BST 2019
https://bugs.kde.org/show_bug.cgi?id=407163
Christophe Giboudeaux <christophe at krop.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Version Fixed In| |5.11.2
Latest Commit| |https://commits.kde.org/mai
| |lcommon/cea29406f7a1c1cdca2
| |cbbde19ac9e8008b28342
Status|REPORTED |RESOLVED
--- Comment #6 from Christophe Giboudeaux <christophe at krop.fr> ---
Git commit cea29406f7a1c1cdca2cbbde19ac9e8008b28342 by Christophe Giboudeaux.
Committed on 14/05/2019 at 11:18.
Pushed by cgiboudeaux into branch 'Applications/19.04'.
Fix a potential build issue when building KMail
Summary:
some public mailcommon headers include libkdepim ones but the build system
currently doesn't look for this dependency.
Let's look for libkdepim for building mailcommon and explicitly add
KF5::Libkdepim to the 'PUBLIC' link targets to fix the
INTERFACE_LINK_LIBRARIES instead of relying on indirect dependencies.
Also fix a wrong #include statement.
FIXED-IN: 5.11.2
Reviewers: mlaurent, vandenoever
Reviewed By: mlaurent
Subscribers: kde-pim
Tags: #kde_pim
Differential Revision: https://phabricator.kde.org/D21205
M +1 -0 CMakeLists.txt
M +1 -0 KF5MailCommonConfig.cmake.in
M +1 -0 src/CMakeLists.txt
M +2 -1 src/job/backupjob.h
https://commits.kde.org/mailcommon/cea29406f7a1c1cdca2cbbde19ac9e8008b28342
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list