mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
important: fix compiling of Quicklisp dependencies
This commit is contained in:
parent
e057ca3502
commit
89227fd150
3 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
(defsystem :app
|
||||
:serial t
|
||||
:depends-on ()
|
||||
:depends-on (:alexandria)
|
||||
:components ((:file "lisp/package")
|
||||
(:file "lisp/ui-vars")
|
||||
(:file "lisp/swank-quicklisp")
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ lisp.output = tmp/libapp.a
|
|||
QMAKE_EXTRA_COMPILERS += lisp
|
||||
PRE_TARGETDEPS += tmp/libapp.a
|
||||
|
||||
QT += quick qml
|
||||
QT += quick qml network
|
||||
TEMPLATE = app
|
||||
CONFIG += no_keywords release
|
||||
DEFINES += INI_LISP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue