Add a standalone option to .pro file to build with static libs

This commit is contained in:
Renaud Casenave-Péré 2021-03-28 21:19:39 +02:00
parent ba29f0173e
commit 74bedc1a1d

View file

@ -29,6 +29,13 @@ LIBS += -L. -lapp -lecl -leql5
norepl|standalone:lisp.commands = eql5 -platform minimal $$PWD/make.lisp norepl
standalone {
CONFIG += link_prl
QT += widgets qml multimedia network quick sql
LIBS -= -lecl -leql5
LIBS += -l:libecl.a -l:libeclatomic.a -l:libeclgc.a -l:libeclgmp.a -l:libeclffi.a -l:libeql5.a
}
SOURCES += src/eql5-sfos.cc
DISTFILES += qml/eql5-sfos.qml \