LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   KDevelop (https://www.linuxquestions.org/questions/programming-9/kdevelop-61531/)

tcaptain 05-24-2003 09:06 AM

KDevelop
 
The programming bug has bitten me again (been working overtime on the mainframe with COBOL so usually I don't have the energy to brush up my C++) and I've been reading my books and tinkering a bit with Linux Programming.

I'm trying to figure out how to use KDevelop...I have version 2.1 running in KDE 3.1 (Mandrake 9.1) and I'm trying to run a small HelloWorld in Qt but I think I got the setup wrong because it can't find "qapplication.h"

I'm digging through the options and it says it's looking for the qt2 and kde2.2 libraries so there's no entries in the "Paths" section of KDevelop-setup, so I'm wondering what paths to put in there (I'm trying /usr/lib/qt3/include in the qt2 field but that didn't work).

Can anyone point me in the right direction?

Also, are there any good up to date tutorials on KDevelop...I was reading the Abolute Beginner's Tutorial on the site but it seems made for an earlier version, so almost nothing seems to match up.

I mean I can just tinker in Vi, but I'd love to get up to speed on KDevelop since it seems to be a really good IDE.

tcaptain 05-24-2003 09:46 AM

Woops...nevermind :D I just tinkered a bit and figured out at least the qt one:

/usr/lib/qt3 seems to work when I create a new kde-mini project now...and I'm trying /usr/include for the kde path (found kdialog.h in there so I figure that's ok).


All times are GMT -5. The time now is 09:34 AM.