D15497: Fix CMakeLists.txt issues
Daniel Vrátil
noreply at phabricator.kde.org
Fri Sep 14 11:45:54 BST 2018
dvratil requested changes to this revision.
dvratil added inline comments.
This revision now requires changes to proceed.
INLINE COMMENTS
> personactionsmodel.cpp:21
> #include <kpeople/persondata.h>
> -#include <kpeople/actions.h>
> +#include <kpeople/widgets/actions.h>
> #include <QAction>
This looks suspicious. When compiling, you should not need to refer to `<kpeople/...>`, the includes should actually be
#include "persondata.h"
#include "widgets/actions.h"
otherwise, there's a risk that a wrong header gets included from installed KPeople instead of from the source tree.
I suspect this module lived elsewhere and got just moved into KPeople without adjusting the includes.
REPOSITORY
R307 KPeople
REVISION DETAIL
https://phabricator.kde.org/D15497
To: poboiko, #frameworks, dvratil, apol
Cc: kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180914/985c2852/attachment.html>
More information about the Kde-frameworks-devel
mailing list