mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-26 11:52:47 -08:00
revision of 'local_server' exe
This commit is contained in:
parent
22942a57fb
commit
4528ee403d
2 changed files with 3 additions and 3 deletions
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue