What Module do I include in .pro file for using Active Qt? I mean QT += ?.
And: Can I develop Commercial Software using ActiveQt? (I am using Qt LGPL).
What Module do I include in .pro file for using Active Qt? I mean
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Qt/QMake isn’t always consistent in how to include its modules in
.profiles. In this case (as withCONFIG+=designer), it’sCf. http://doc.trolltech.com/latest/activeqt-server.html.
As for licensing, you should of course always consult a lawyer when you’re in doubt.
That said, the common interpretation seems to be that you can use the ActiveQt framework in proprietary projects, yes, due to their BSD license (documented for
QAxContainerhere and forQAxServerhere). You should also be able to link these modules in statically (which is not possible with the LGPL’ed Qt modules), however, you should note the clause that requires binary distributions to include a particular disclaimer…