Add a standalone option to .pro file to build with static libs
This commit is contained in:
parent
ba29f0173e
commit
74bedc1a1d
1 changed files with 7 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue