Hacker News new | ask | show | jobs
by ranger_danger 654 days ago
but both Qt and WX is LGPL ?
1 comments

wxwidgets is a slightly more permissive license than lgpl.

When people must static link on some closed mystery object, than the subtle difference becomes very important.

lgpl works great in the Linux .so design paradigm, but it can cause problems on rare occasion for porting. =3