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