Summary: | Add support for quick and dirty test projects | ||
---|---|---|---|
Product: | [Developer tools] kdevplatform | Reporter: | Casteyde.Christian <casteyde.christian> |
Component: | appwizard | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED WORKSFORME | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Casteyde.Christian
2004-02-08 17:05:21 UTC
Try the QMake project. It is way faster to set up than the automake based project and only lacks support for the KDE build magic. Or.... provide the template, we'll be happy to add it to CVS. http://developer.kde.org/documentation/library/cvs-api/kdevelop/html/howToAddApplicationTemplates.html If I read this correctly what you want is a custom project template that includes a Makefile and a test.cpp file that prints "Hello wold" And you want this in all 12 languages supported by kdevelop? In the list of design principles in Anjuta they state that it is important to allow users to work without the project. Really, you can load .cpp file and compile it. Motivation is exactly to allow using IDE in education as a simple editor and shell to the compiler without knowing much about build systems, projects, etc. I understand the reasons to allow compiling w/o projects but, personally, I don't think this fits into KDevelop. QMake projects seem to be sufficient. |