QT, LGPL, Commercial closed-source application
Posted
by user364730
on Stack Overflow
See other posts from Stack Overflow
or by user364730
Published on 2010-06-11T16:39:53Z
Indexed on
2010/06/11
16:42 UTC
Read the original article
Hit count: 229
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:
1) is can I legally bundle the QT *.dll files in my installer? 2) can I legally bundle my final *.EXE files even if it's compilation/linkage depends on QT *.LIB files
Thank you
© Stack Overflow or respective owner