LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Developing software for KDE??? (https://www.linuxquestions.org/questions/programming-9/developing-software-for-kde-232827/)

Hachaso 09-20-2004 04:18 AM

Developing software for KDE???
 
Hi!

I have a general question regarding software developing for KDE.
I read at their homepage that KDE uses the QT-library.

I'm wondering if I have to use the QT-library too, to be able to create an application for the KDE desktop?

Cause this QT-library version is under GPL does this automatically make my application open source or is it possible to make a commersial application even if I use this QT-library?

Hope you understand my questions.

Thanks!

rjlee 09-20-2004 04:28 AM

KDE applications actually use the KDE libraries, which are built on top of KDE. If you want to use these, then you will have to release your code under the GPL.

You can, however, write a pure Qt application that is commercial (rather than GPL) if you wish. You will have to buy a deveopers licence from TrollTech (www.troll.no).

As an aside, the GPL doesn't stop you from charging money for software. Instead, it forces you to (among other things) release the source-code and allow anyone else who gets your software to modify your code and/or redistribute it as they please. It's designed to allow you to develop the best possible software by (primarily) allowing people who find bugs or limitations to fix them, and share their fixes.

Hachaso 09-20-2004 04:32 AM

But how can I charge money if I realease the source?

Then they just need to download the source and modify a line and no need to pay for it???

Proud 09-20-2004 04:46 AM

Read the GPL.

You'll see you have iirc three options if you sell someone something based on GPLed work: Send the source but charge only for the cost of the medium; send an offer valid for 3 years that you'll send the source on request; or the third one which iirc is for non-commercial and re-redistribution.

Quote:

Then they just need to download the source and modify a line and no need to pay for it???
That's the point... You give up control of the future of your code, so that others may improve it where you do not. You dont have to give out the code to everyone, just those who buy a compiled version of your product iirc. But as stated you'll need a developement liciense from TrollTech for Qt and then you can be closed source. http://www.trolltech.com/products/qt/licensing.html

rjlee 09-20-2004 04:50 AM

Isn't a better product more valuable than an unfixable one? You only need to release the source code along with the binaries. Plus you can make money from consultancy for the software (which is where the big money is anyway), paper documentation etc.

The programming forum isn't the right place for this debate. For more, see http://www.opensource.org/advocacy/c...r_business.php

To answer the original question again, you can write Qt (non-KDE) software without a releasing the source code if you buy a commercial development licence. See the TrollTech website.

Btw, TrollTech make money from Qt, and they release the source. One example of many.


All times are GMT -5. The time now is 09:31 PM.