diff --git a/src/server/WebBackend.cpp b/src/server/WebBackend.cpp index 66801a5..d29ab71 100644 --- a/src/server/WebBackend.cpp +++ b/src/server/WebBackend.cpp @@ -6,8 +6,8 @@ #include //sysadm library interface classes -#include -#include +#include "sysadm-general.h" +#include "sysadm-network.h" #include "syscache-client.h" #include "dispatcher-client.h" @@ -65,4 +65,4 @@ void WebSocket::EvaluateBackendRequest(QString name, const QJsonValue args, QJso } } //end array of inputs -} \ No newline at end of file +} diff --git a/src/server/server.pro b/src/server/server.pro index 73e8b0f..46bb74e 100644 --- a/src/server/server.pro +++ b/src/server/server.pro @@ -27,7 +27,6 @@ target.path=/usr/local/bin INSTALLS += target -QMAKE_LIBDIR = /usr/local/lib/qt5 /usr/local/lib - -INCLUDEPATH += /usr/local/include -LIBS += -L../library -L/usr/local/lib -lpam -lutil -lsysadm \ No newline at end of file +QMAKE_LIBDIR = ../library /usr/local/lib/qt5 /usr/local/lib +INCLUDEPATH += ../library /usr/local/include +LIBS += -L../library -L/usr/local/lib -lpam -lutil -lsysadm