summaryrefslogtreecommitdiffstats
path: root/testing/soprano/soprano-2.9.4-dbus-1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/soprano/soprano-2.9.4-dbus-1.patch')
-rwxr-xr-xtesting/soprano/soprano-2.9.4-dbus-1.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/soprano/soprano-2.9.4-dbus-1.patch b/testing/soprano/soprano-2.9.4-dbus-1.patch
new file mode 100755
index 000000000..9861c6d2e
--- /dev/null
+++ b/testing/soprano/soprano-2.9.4-dbus-1.patch
@@ -0,0 +1,12 @@
+--- a/server/servercore.cpp
++++ b/server/servercore.cpp
+@@ -41,7 +41,9 @@
+ #include <QtNetwork/QTcpServer>
+ #include <QtNetwork/QHostAddress>
+ #include <QtNetwork/QTcpSocket>
++#ifdef BUILD_DBUS_SUPPORT
+ #include <QtDBus/QtDBus>
++#endif
+
+
+ const quint16 Soprano::Server::ServerCore::DEFAULT_PORT = 5000;