The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: GPL Apps linked to Qt/Windows
by Anon on Tuesday 13/Apr/2004, @09:38
|
If you give away the binary it will either be linked to Qt/Win32 or to Qt/X11. The latter is not a problem because the two licenses are not incompatible. The former is a problem because the license on Qt/Win32 restricts you from meeting your obligations under the GPL. You will have infringed on one or the other copyright depending on which action you take.
|
[
Reply To This | View ]
|
Re: GPL Apps linked to Qt/Windows
by Evan "JabberWokky" E. on Tuesday 13/Apr/2004, @11:07
|
The GPL defines it in the following paragraph:
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
I don't think Qt is "normally distributed" with the "major components" of Windows. Thus it is not a system library and does not fall under the special exception.
|
[
Reply To This | View ]
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|