TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Qt license questions

1 pointsby ilSignorCarloabout 16 years ago
Hi, I'm working on a commercial software in c++ and Qt with other two friends.<p>We want to sell the software and distribute it with closed source.<p>Is the LGPL Qt license good for this? I mean, what are its restrictions? I've read something about static linking, but I'm not sure what it is.<p>Can you help me?<p>Thanks, Carlo

1 comment

cpercivaabout 16 years ago
One-line summary of the LGPL: "If you make changes to this library, you have to make those changes public; but aside from that, your code remains your own."<p>It sounds to me like the LGPL Qt license will work fine for you. (But I'm not a lawyer, this is not legal advice, blah blah blah.)