mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 10:20:26 +00:00
Fix some issues compiling sysadm locally without it installed to
/usr/local
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
#include <WebSocket.h>
|
||||
|
||||
//sysadm library interface classes
|
||||
#include <sysadm-general.h>
|
||||
#include <sysadm-network.h>
|
||||
#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
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user