mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-30 02:41:17 +02:00
13 lines
305 B
Diff
Executable File
13 lines
305 B
Diff
Executable File
--- 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;
|