Add shared libraries to my projects.
Unsolved
General and Desktop
-
Hello everyone.
First of all thanks a lot for reading this post and being able to help.I have a shared library mylib.so and a program who execute it in a terminal lis /myprogram
I would like to add this library to my qt creator project. i have tried to find something in qt tutorials but no solution..
How can I do that?
thanks a lot!
-
In a qmake based project you can right-click on the project then select "Add library..." and follow.