Hi all,

I am trying to get qextserial to work in qt creator.

I dl the qextserial 1.1 -> extract -> qmake -> make it.

in my project, under project.pro I added

INCLUDEPATH += /home/......../qextserialport
QMAKE_LIBDIR += /home/......./qextserialport/build
LIBS += -lqextserialport
unixEFINES = _TTY_POSIX_
win32EFINES = _TTY_WIN_ \
QWT_DLL \
QT_DLL

all paths are right. Compilation works but whent I tried to run it, I got

"error while loading shared libraries: libqextserialport.so.1: cannot open shared object file: No such file or directory"

where should I place the lib files?