I downloaded QLed plugin from the follwing link:
http://qt-apps.org/content/show.php/QLed+?content=72482
Then I compiled it successfully. Then got the file libqledplugin.so (I'm using ubuntu 10.04) in the build directory.
I just copied that file into my test project folder and compiled but getting the following error:
libqledplugin: no such file or directory
The test project was the same example downloaded along with the stuff in the above link. In .pro file the following code:
LIBS += libqledplugin
is already added in the example file. I don't know how to compile it successfully. Please help, I am a beginner.