Hi,
what should i put in *.pro file to link my libmylib.so library?
Thanks a lot for help.
Printable View
Hi,
what should i put in *.pro file to link my libmylib.so library?
Thanks a lot for help.
See qmake manual, declaring libs and LIBS variable:
Quote:
unix:LIBS += -L/path/to/lib -lmylib