]> git.draconx.ca Git - gentoo-draconx.git/blob - dev-util/qcachegrind/files/qcachegrind-disable-dbus.patch
qcachegrind: Version bump and update.
[gentoo-draconx.git] / dev-util / qcachegrind / files / qcachegrind-disable-dbus.patch
1 diff --git a/qcachegrind/qcachegrind.pro~ b/qcachegrind/qcachegrind.pro
2 index 58027ea..c099d40 100644
3 --- a/qcachegrind/qcachegrind.pro
4 +++ b/qcachegrind/qcachegrind.pro
5 @@ -8,11 +8,6 @@ greaterThan(QT_MAJOR_VERSION, 4) {
6      QT += widgets
7  }
8  
9 -contains(QT_CONFIG, dbus) {
10 -    DEFINES += QT_DBUS_SUPPORT
11 -    QT += dbus
12 -}
13 -
14  include(../libcore/libcore.pri)
15  include(../libviews/libviews.pri)
16