Library name is without lib.
Some Qt versions have a bug though, where you can retry using libname.so
Anyway, the lib has to be in a path where libs are searched.
For testing you can do
|
Source code
|
1
|
export LD_LIBRARY_PATH=/path/to/project/dir
|
Cheers,
_