Sure it is built statically - look that the appliation doesn't have Qt listed in its dependencies. If you want other libs embedded statically, you need them available in static version when building Qt and your application.
Sure it is built statically - look that the appliation doesn't have Qt listed in its dependencies. If you want other libs embedded statically, you need them available in static version when building Qt and your application.
And how to do that? Can you provide a link to some tutotrial?
You need a static version of each of the libraries. Most popular ones usually have dedicated packages with static versions, others you'd have to compile yourself.
Bookmarks