mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
revision
This commit is contained in:
parent
89227fd150
commit
5bd165c799
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
(defsystem :app
|
||||
:serial t
|
||||
:depends-on (:alexandria)
|
||||
:depends-on ()
|
||||
: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 network
|
||||
QT += quick qml
|
||||
TEMPLATE = app
|
||||
CONFIG += no_keywords release
|
||||
DEFINES += INI_LISP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue