E
E
Egorithm2020-01-17 21:56:35
Qt
Egorithm, 2020-01-17 21:56:35

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

1 answer(s)
I
Ighor July, 2020-01-17
@EgoRusMarch

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 question

Ask a Question

731 491 924 answers to any question