mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-03-07 14:21:52 -08:00
16 lines
366 B
Prolog
16 lines
366 B
Prolog
QT += widgets
|
|
TEMPLATE = app
|
|
CONFIG += no_keywords release
|
|
CONFIG += console
|
|
INCLUDEPATH += /usr/local/include
|
|
LIBS += -lecl -L. -leql-local-server -L/usr/local/lib -leql5
|
|
TARGET = eql_local_server
|
|
DESTDIR = ./
|
|
OBJECTS_DIR = ./tmp/
|
|
MOC_DIR = ./tmp/
|
|
|
|
win32 {
|
|
include(../../../src/windows.pri)
|
|
}
|
|
|
|
SOURCES += main.cpp
|