Hello,

I am trying to add external lib in my Qt Project in two way

1.By right click on code editor ->add library->External Library->path and name
2.By giving the full path LIBS += -L"D:\EMU\EMU6\InterFace_D2XXFTDI\InterFace_D2XXFTD I\libs" -lftd2xx

In my case 2nd one is working but in 1st case I am getting a error " error: cannot find -lftd2xx"

please let me know why I am getting the error.
Actually I want to add Relative path not the absolute path.