This patch allows it to compile against qt 5.5, qt5.5 must not include QObject by default in any of the headers... diff --git a/src/widgets/actions.h b/src/widgets/actions.h index 0ccfbda..382a1ed 100644 --- a/src/widgets/actions.h +++ b/src/widgets/actions.h @@ -19,6 +19,7 @@ #ifndef KPEOPLEWIDGETS_GLOBAL_H #define KPEOPLEWIDGETS_GLOBAL_H +#include <QObject> #include <QString> #include <QStringList> Reproducible: Always
Git commit 3c96a647664fc0e52ded3ad6e33865713d2461dc by Aleix Pol. Committed on 04/03/2015 at 15:26. Pushed by apol into branch 'master'. Fix build with Qt 5.5 Make the header autocontained with regards to the symbols used. M +3 -3 src/widgets/actions.h http://commits.kde.org/kpeople/3c96a647664fc0e52ded3ad6e33865713d2461dc