Answer the question
In order to leave comments, you need to log in
How to attach .so and .h to Qt project [qmake][.pro]?
Please tell me how to set the path to the dynamic libraries (.so) in the qmake-collector and connect them so that they work. And do you need the headers of this library? If yes, how to connect them correctly.
Answer the question
In order to leave comments, you need to log in
Headers are required if you want to use a lib in your program, which is obvious.
You need a lib, connects via 'LIBS +=' in the pro file. And yet it all googles well.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question