From fe320c04e4fcd29b8f588742167df7162af138c9 Mon Sep 17 00:00:00 2001 From: lexicall Date: Tue, 16 Aug 2016 08:04:21 +0000 Subject: [PATCH] Small modification to make this demo able to run in Qt Creator. --- examples/ecl_qt/qt/ecl_qtdemo.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ecl_qt/qt/ecl_qtdemo.pro b/examples/ecl_qt/qt/ecl_qtdemo.pro index d5640b9c..1bb003f0 100644 --- a/examples/ecl_qt/qt/ecl_qtdemo.pro +++ b/examples/ecl_qt/qt/ecl_qtdemo.pro @@ -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