Qt 6.11 is out! See what's new in the release
blog
Static qt program call dynamic dll
General and Desktop
3
Posts
2
Posters
864
Views
1
Watching
-
Just link to your dynamically built webkit module and resolve hundreds of little issues you will find ;P Static and dynamic linking can be mixed (in fact, it almost always is mixed).
-
my program run in CD, it is very slow. so i try compile static program, and i have tested, it is very fast then before. i use vs2010, if i use mingw32, it is also slow. but my program use webkit which is so hard to make static.
how can i do to speed up it which run in CD.