Originally Posted by
fatjuicymole
If your using the DLL, people can simply replace the DLL to use a newer (binary compatible) version of the Qt library (which is the intent in the license), you don't need to distribute object code and building tools as you are not statically linking (thats when it gets complicated).
The nokia exception means you can include things required to use the Qt library (such as header files) in your own code, thus some of the Nokia licensed code appears in your code, but they don't require your code to be under the same license. What it prevents is you using a significant portion of the Nokia code in your code and still claiming you are exempt, or making a derivative of the library under the exemption.