1Kate
2----
3
4Generates Kate project files.
5
6A project file for Kate will be created in the top directory in the top level
7build directory.
8To use it in Kate, the Project plugin must be enabled.
9The project file is loaded in Kate by opening the
10``ProjectName.kateproject`` file in the editor.
11If the Kate Build-plugin is enabled, all targets generated by CMake are
12available for building.
13
14This "extra" generator may be specified as:
15
16``Kate - MinGW Makefiles``
17 Generate with :generator:`MinGW Makefiles`.
18
19``Kate - NMake Makefiles``
20 Generate with :generator:`NMake Makefiles`.
21
22``Kate - Ninja``
23 Generate with :generator:`Ninja`.
24
25``Kate - Unix Makefiles``
26 Generate with :generator:`Unix Makefiles`.
27