We have a commercial windows application making use of Qt.
I'll be very simplistic in my description as I must have a clear answer.
At compile time we use Qt *.lib files
We have a result of our compilation is an *.exe file, we wrap into an installer and ship to clients. This *.exe files depends on *.DLL files in Qt.
at runtime the *.dll files of Qt are used
My questions are:
- Can I legally bundle the Qt *.dll files in my installer?
- Can I legally bundle my final *.exe files even if it's compilation/linkage depends on Qt *.lib files?