Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
311 views

Qt, OpenCv Statically Compiled Executable Still Contains Dependencies

I am trying to use Qt Creator to build a standalone executable which uses Qt and OpenCv - so I'm attempting static compilation. I built a static version of Qt. I built a static version of OpenCv. I ...
poppy's user avatar
  • 267
1 vote
1 answer
239 views

QT Static Library Static Compilation

My task is to use my library in Windows projects on a computers without istalled Qt. So I want to compile my library with statically linked Qt code. I do not understand how to compile my own code ...
Alex's user avatar
  • 94
1 vote
1 answer
455 views

Qt Creator link to static library - ignore dynamic

I have created a console app in Qt Creator (Qt5), which uses a third party library. The library ships with .so and .a and .la files. I compiled my app no problem and it runs, but when I move it to ...
TSG's user avatar
  • 4,506