Small modification to make this demo able to run in Qt Creator.

This commit is contained in:
lexicall 2016-08-16 08:04:21 +00:00
parent 93fb2bced2
commit fe320c04e4

View file

@ -27,11 +27,11 @@ QMAKE_CFLAGS += `ecl-config --cflags`
QMAKE_CXXFLAGS += `ecl-config --cflags`
# The ECL shared library directory.
QMAKE_LFLAGS += `ecl-config --ldflags` -lecl
QMAKE_LFLAGS += `ecl-config --ldflags`
# Lisp library written by a user
LIBS += $$_PRO_FILE_PWD_/lisp-envi.a
LIBS += -lecl
RESOURCES += \
resource.qrc