]> git.draconx.ca Git - gentoo-draconx.git/blob - dev-util/qcachegrind/files/qcachegrind-0.7.4-qt5-fix.patch
qcachegrind: Enable build for Qt5.
[gentoo-draconx.git] / dev-util / qcachegrind / files / qcachegrind-0.7.4-qt5-fix.patch
1 From 69223f24d7c864310b45cd184cb04956b7214b7f Mon Sep 17 00:00:00 2001
2 From: Josef Weidendorfer <Josef.Weidendorfer@gmx.de>
3 Date: Fri, 18 Sep 2015 20:41:43 +0200
4 Subject: [PATCH] Compile fix for Qt 5.5
5
6 ---
7  libcore/costitem.cpp | 2 ++
8  1 file changed, 2 insertions(+)
9
10 diff --git a/libcore/costitem.cpp b/libcore/costitem.cpp
11 index 71bf49adba27..cbb2dc6bdfd1 100644
12 --- a/libcore/costitem.cpp
13 +++ b/libcore/costitem.cpp
14 @@ -18,6 +18,8 @@
15  
16  #include "costitem.h"
17  
18 +#include <QObject>
19 +
20  #include "tracedata.h"
21  
22  #define TRACE_DEBUG      0
23 -- 
24 2.7.3
25