Scroll to navigation

KAPPTEMPLATE(1) General Commands Manual KAPPTEMPLATE(1)

NAME

kapptemplate - creates a framework to develop a KDE application

SYNOPSIS

kapptemplate [ --noinit ] [ --default ] [ --full-app | --kpart-app | --kpart-plugin | --existing ]

kapptemplate --help

DESCRIPTION

KAppTemplate is a shell script that will create the necessary framework to develop various KDE applications. It takes care of the autoconf/automake code as well as providing a skeleton and example of what the code typically looks like.

This utility is part of the KDE Software Development Kit.

OPTIONS

General Options

Display a full summary of options.
Don't run 'make -f Makefile.cvs'.
Use default values instead of prompting.

Framework Types

Create a full featured KDE application.
Create a full featured KPart application.
Create a KPart plugin framework.
Converting existing source to an automake/autoconf KDE framework.

FILES

~/.kapptemplate
Stores default values.

SEE ALSO

The original documentation from the program author is available in /usr/share/doc/kapptemplate/.

AUTHOR

KAppTemplate was written by Kurt Granroth <granroth@kde.org>.
This manual page was prepared by Ben Burton <bab@debian.org> for the Debian GNU/Linux system (but may be used by others).

January 31, 2004