[kpeople] [Bug 344822] New: kpeople master fails to compile against qt 5.5

bluescreen_avenger at verizon.net bluescreen_avenger at verizon.net
Wed Mar 4 12:30:35 GMT 2015


https://bugs.kde.org/show_bug.cgi?id=344822

            Bug ID: 344822
           Summary: kpeople master fails to compile against qt 5.5
           Product: kpeople
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: kde-telepathy-bugs at kde.org
          Reporter: bluescreen_avenger at verizon.net

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

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kde-telepathy-bugs mailing list