EQL5/examples/9-simple-lisp-editor/exe/local_server.pro
2016-11-25 23:30:38 +01:00

13 lines
330 B
Prolog

TEMPLATE = app
CONFIG += no_keywords release
CONFIG += console
INCLUDEPATH += ../../../src
LIBS += -lecl -L. -leql-local-server -L../../.. -leql5
TARGET = eql_local_server
DESTDIR = ./
OBJECTS_DIR = ./tmp/
MOC_DIR = ./tmp/
include(../../../src/windows.pri)
SOURCES += main.cpp