Hacker News new | ask | show | jobs
by davet91 2432 days ago
The core of Qt is licensed under LGPL which means you can write and ship proprietary software with it. You just need to dynamically link and provide sources for the Qt libs if a user requests it.