Y
Hacker News
new
|
ask
|
show
|
jobs
by
de_watcher
2261 days ago
You can link statically. Oh my god, we've been over this infinite number of times.
1 comments
Deganta
2261 days ago
Yes you can, but if you do that you have to release the Object files and make it possible for the customers to link them to their own Qt version.
This is a much greater hassle than just linking dynamically, so we don't do it.
link
de_watcher
2261 days ago
Usually nobody asks to release. It's a risk to get that kind of request, but it's way more trivial than routine software development risks.
link
This is a much greater hassle than just linking dynamically, so we don't do it.