EQL5/examples/9-simple-lisp-editor/exe/local_server.pro
2016-12-29 17:07:48 +01:00

14 lines
354 B
Prolog

QT += widgets
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