Mandarancio
25th March 2009, 18:30
Hi all, I'm traying tu use an exteranl shared lib in a mine qt software.. For develop it I'm using QT Creator, I tray to add the line at the pro file:
LIB += -L"/pathtolib" or -l"Name of lib" or only the name of the lib
But nothing to do the result is a linker error:
error: collect2: ld returned 1 exit status
whit some function without reference (off course..)
Some help please! There are 2 days that I work around this problem!
LIB += -L"/pathtolib" or -l"Name of lib" or only the name of the lib
But nothing to do the result is a linker error:
error: collect2: ld returned 1 exit status
whit some function without reference (off course..)
Some help please! There are 2 days that I work around this problem!