The K Desktop Environment

8.2. New Project s

The KDevelop Application Wizard allows the creation of thirteen different types of projects, constructing a framework for each. All projects use the GNU standard development tools as described in the requirements section of this handbook.

For KDE applications there are six different frameworks:

If you wish no dependencies towards the KDE-libraries for end-users, you can choose from four Qt-only types:

The two C and C++ -Application types offer a framework for creating commandline applications.

And last but not least you can create an empty projekt, e.g. to work with existing projects.

The wizard asks for your project name, version and the location where the project directory will be build. Further, your Name and Email address are asked for inserting them in header and cpp templates on top of your source files as well as for entries in the *.lsm file.