Bug 74786 - Would like a Clanlib project template
Summary: Would like a Clanlib project template
Status: RESOLVED FIXED
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: appwizard (show other bugs)
Version: 1.0.0
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-10 03:50 UTC by bleakcabal
Modified: 2009-01-22 23:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bleakcabal 2004-02-10 03:50:33 UTC
Version:           3.0.0 (using KDE KDE 3.2.0)
Installed from:    Gentoo Packages
Compiler:          gcc 3.3.2-r5 
OS:          Linux

I think it would be nice if there was a Clanlib project template. When you create a new project you have a sample C++ project, a sample SDL project, a sample Kpart project, etc. 

I have long wished for this feature since I have trouble including the libs and headers in kdevelop. I have also seen 2 times ( altough it was about 6-12 months ago ) poeple on the ClanLib mailing list who had the same problem and asked if anyone had created such a template or knew how to make one.

Thank you for considering my request.
Comment 1 Amilcar do Carmo Lucas 2004-02-10 10:30:53 UTC
Hi,

Take a look at:
http://developer.kde.org/documentation/library/cvs-api/kdevelop/html/index.html

and send us one if you can. We'll include it in the next release.
Comment 2 bleakcabal 2004-02-10 16:32:16 UTC
I promise I will try, but since I cannot even add the libraries and header files in a normal project bymyself, I don't know how I can make a project template. 
Comment 3 bleakcabal 2004-02-10 16:33:40 UTC
BTW, that last phrase sounded wrong, I know I can check the doc you have given me I was just doubting my skills as a programmer.
Comment 4 Richard Lärkäng 2004-02-11 12:19:36 UTC
I just started doing this, and will add it to cvs soon.

What do you think it should contain? Just basic initialization/A Window/An OpenGL Window?
Comment 5 Richard Lärkäng 2004-02-11 13:57:35 UTC
Added in cvs now
Comment 6 bleakcabal 2004-02-11 20:28:39 UTC
Ok thanks, I started it myself, but the install scripts never worked and I was'nt sure the final product would work too !