KCONFIG_COMPILER(1) | Programming Tool | KCONFIG_COMPILER(1) |
NAME¶
kconfig_compiler - KDE configuration compiler
SYNOPSIS¶
kconfig_compiler [Qt-options] [KDE-options] [options] file.kcfg file.kcfgc
DESCRIPTION¶
kconfig_compiler generates C++ source code from two files. The first file (.kcfg) contains information about configuration options and the second file (.kcfgc) provides the code generation options.
The generated source code contains a class based on KConfigSkeleton that provides an API to access the applications configuration data.
OPTIONS¶
Arguments:
file.kcfg
file.kcfgc
Options:
-d, --directory <dir>
Generic options:
--help
--help-qt
--help-kde
--help-all
--author
-v, --version
--license
KDE Options:
--caption <caption>
--icon <icon>
--miniicon <icon>
--config <filename>
--dcopserver <server>
--nocrashhandler
--waitforwm
--style <style>
--geometry <geometry>
Qt options:
--display <displayname>
--session <sessionId>
--cmap
--ncols <count>
--nograb
--sync
--fn, --font <fontname>
--bg, --background <color>
--fg, --foreground <color>
--btn, --button <color>
--name <name>
--title <title>
--visual TrueColor
--inputstyle <inputstyle>
--im <XIM server>
--noxim
--reverse
SEE ALSO¶
BUGS¶
Please use bugs.kde.org[1] to report bugs, do not mail the authors directly.
AUTHORS¶
Cornelius Schumacher <schumacher@kde.org>
Waldo Bastian <bastian@kde.org>
Zack Rusin <zack@kde.org>
NOTES¶
- 1.
- bugs.kde.org
2006-06-01 | K Desktop Environment |