Static linked pre-compiled Qt binaries?
For my purpose, I find it appropriate to distribute my Qt applications in a single executable. However, it’s a pain to setup Qt for static linking because I have to recompile Qt every time there’s a new version. Worse, if it’s a new workstation, I have to go hunting for the required libs as well. I’m getting a distinct feeling that static-linking is highly discouraged in Qt!
Don’t get me wrong, Qt is an awesome toolkit and I’m fiercely loyal to it. But is there somewhere we can go for precompiled static Qt SDK? I’m about to bring more developers into my project and this will greatly reduce the initial overhead of getting my devs up and running.
Cheers!
7 replies
Can’t you use dynamic linking and later on when you create the distribution switch to static linking?
By doing that you should save time when switching between version, computer environments etc. You only need static linking once, when you create a distribution of your software and first then you decide which Qt version you need to compile for static usage.
People wanting to statically link against Qt usually want to strip out classes and modules they do not need, etc. So most of them build Qt themselves anyway.
Static linking to Qt further may further limit the licensing options of your code. Please study the licensing options of Qt to avoid surprises here.
You must log in to post a reply. Not a member yet? Register here!





