revision of 'local_server' exe

This commit is contained in:
polos 2017-05-01 09:50:18 +02:00
parent 22942a57fb
commit 4528ee403d
2 changed files with 3 additions and 3 deletions

View file

@ -2,8 +2,8 @@ QT += widgets
TEMPLATE = app
CONFIG += no_keywords release
CONFIG += console
INCLUDEPATH += ../../../src
LIBS += -lecl -L. -leql-local-server -L../../.. -leql5
INCLUDEPATH += /usr/local/include
LIBS += -lecl -L. -leql-local-server -L/usr/local/lib -leql5
TARGET = eql_local_server
DESTDIR = ./
OBJECTS_DIR = ./tmp/

View file

@ -3,7 +3,7 @@
#include <ecl/ecl.h>
#include <QApplication>
#include <QTextCodec>
#include "eql.h"
#include <eql5/eql.h>
extern "C" void ini_app(cl_object);