Hacker News new | ask | show | jobs
by rhodysurf 3696 days ago
Qt 5 and QML. GTK on Linux...
1 comments

>Qt 5 and QML. GTK on Linux...

List one that is MIT licensed...

Qt 5 is LGPL 2.1+ (not a problem unless you need to statically link).

GTK+ is LGPL 2.1 (not a problem unless you need to statically link).

And wxWidgets is LGPL with an exception for static linking.