mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
Small modification to make this demo able to run in Qt Creator.
This commit is contained in:
parent
93fb2bced2
commit
fe320c04e4
1 changed files with 2 additions and 2 deletions
|
|
@ -27,11 +27,11 @@ QMAKE_CFLAGS += `ecl-config --cflags`
|
||||||
QMAKE_CXXFLAGS += `ecl-config --cflags`
|
QMAKE_CXXFLAGS += `ecl-config --cflags`
|
||||||
|
|
||||||
# The ECL shared library directory.
|
# The ECL shared library directory.
|
||||||
QMAKE_LFLAGS += `ecl-config --ldflags` -lecl
|
QMAKE_LFLAGS += `ecl-config --ldflags`
|
||||||
|
|
||||||
# Lisp library written by a user
|
# Lisp library written by a user
|
||||||
LIBS += $$_PRO_FILE_PWD_/lisp-envi.a
|
LIBS += $$_PRO_FILE_PWD_/lisp-envi.a
|
||||||
|
LIBS += -lecl
|
||||||
|
|
||||||
RESOURCES += \
|
RESOURCES += \
|
||||||
resource.qrc
|
resource.qrc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue