how to set qwt path or environment variable
问题 I have installed qwt and include the path INCLUDEPATH += /usr/local/qwt-6.0.0-rc5/include LIBS += -L/usr/local/qwt-6.0.0-rc5/lib -lqwt in my profile. But when I run my program i get the error error while loading shared libraries: libqwt.so.6: cannot open shared object file: No such file or directory /home/cv/abc/abc exited with code 127 When using terminal I set the path export LD_LIBRARY_PATH=/usr/local/qwt-6.0.0-rc5 Then when I run the program (using the play button of the interface) I am