X-Git-Url: https://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/27aeccdb6da81bc8fd703822ebf97715421fd516..5482e17de9e2e2e195405dba6b314f31e071e250:/dev-util/qcachegrind/files/qcachegrind-disable-dbus.patch diff --git a/dev-util/qcachegrind/files/qcachegrind-disable-dbus.patch b/dev-util/qcachegrind/files/qcachegrind-disable-dbus.patch new file mode 100644 index 0000000..8396c10 --- /dev/null +++ b/dev-util/qcachegrind/files/qcachegrind-disable-dbus.patch @@ -0,0 +1,16 @@ +diff --git a/qcachegrind/qcachegrind.pro~ b/qcachegrind/qcachegrind.pro +index 58027ea..c099d40 100644 +--- a/qcachegrind/qcachegrind.pro ++++ b/qcachegrind/qcachegrind.pro +@@ -8,11 +8,6 @@ greaterThan(QT_MAJOR_VERSION, 4) { + QT += widgets + } + +-contains(QT_CONFIG, dbus) { +- DEFINES += QT_DBUS_SUPPORT +- QT += dbus +-} +- + include(../libcore/libcore.pri) + include(../libviews/libviews.pri) +