Hello,

I have my own shared library and when I compile my C application with flag -lLEICAN (it is my library), there is not problem.

Now I have a QT application, and here there is a problem.
I have compiled QT application with the same flags, but g++ return me a error:

mydialog.cpp.text+0x3d1): undefined reference to........

Any advice???

Best regards.