mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-02-19 06:13:00 -08:00
14 lines
354 B
Prolog
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
|