Fix some issues compiling sysadm locally without it installed to

/usr/local
This commit is contained in:
Kris Moore
2015-12-17 14:19:29 -05:00
parent 6d3a8e06b2
commit a0ae49496b
2 changed files with 6 additions and 7 deletions

View File

@@ -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
}
}

View File

@@ -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