mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-06 02:30:31 -08:00
13 lines
330 B
Prolog
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
|