HELP problem with QserialDevice -ludev

ssaku
I have some thing like this communicat when i wont "make" my
program:/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/../../.
./../arm-none-linux-gnueabi/bin/ld:
cannot find -ludev

how to add ludev to arm-none-linux-gnueabi ???
Please help

open-nandra
You nee dto compile udev before compiling QSerialDevice. hen just add to
compilation line -L<path to udev library *.so> and -ludev shoud work

marek

ssaku
yes but wheare it can be ? it is for cross compilation

open-nandra
In *.pro file it should be: LIBS += -L/usr/lib... -ludev

marek