Qt 6.11 is out! See what's new in the release
blog
How to set Qt linkage
General and Desktop
3
Posts
3
Posters
2.1k
Views
1
Watching
-
When I create a Qt widget app using QTCreator, does it link dynamically with Qt libs/dlls? If so how can I create a Qt app that is statically linked with Qt libs?
Thanks!
-
There are tons of threads about static linkage of Qt. Please use the search function or just follow the static tag.
-
Use "this article":http://developer.qt.nokia.com/wiki/Build_Standalone_Qt_Application_for_Windows as a starting point if you are trying standalone app for Windows.