Linked by Eugenia Loli-Queru on Mon 4th Mar 2002 22:35 UTC
Qt There are only 2-3 books regarding Qt, the popular GUI C++ Toolkit for UNIX, Windows, MacOS and embedded Linux. Without doubt, the most important and up-to-date book for Qt until now is "Programming with QT, 2nd Edition", by Matthias Kalle Dalheimer, published by O'Reilly.
E-mail Print r 0   · Read More · 3 Comment(s)
Order by: Score:
GPL'd Qt for Windows?
by Xirzon on Tue 5th Mar 2002 01:22 UTC

It is my understanding that the Windows version of Qt needs to be commercially licensed, whereas the X11 version is GPL/QPL dual-licensed. Have any attempts been made to port the X11 version to Windows so that GPL applications can be ported for free to Windows?

Re: GPL'd Qt for Windows?
by Eugenia on Tue 5th Mar 2002 01:33 UTC

>It is my understanding that the Windows version of Qt needs to be commercially licensed

Not exactly. From the book:
1. Qt Free Edition. This is the UNIX GPL version. No tech support.
2. Qt Non-Commercial Edition. This is only for Windows and it is the full Enterprise package, free of charge (not GPL though). You can use this to create only non-commercial software. No tech support.
3. Qt Professional Edition. For all platforms and with technical support. It does not include some modules, like networking or tables or XML.
4. Qt Enterprise Edition. All platforms, all the modules with full tech support.

Re: GPL'd Qt for Windows?
by Eugenia on Tue 5th Mar 2002 01:48 UTC

BTW, from what I see from the Trolltech download site, it seems that the Windows Non-Commercial Edition is only for the older version 2.30. They are now going fully commercial for the 3.x version of Qt on any platform except UNIX and Embedded Linux.