summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraKateGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-3/+3
|
* kate: fix ninja supportAlex Neundorf2013-12-191-1/+3
| | | | | | | ninja needs to be run from the toplevel build dir, not from the target dir, as make Alex
* kate: remove unused functionAlex Neundorf2013-12-191-2/+0
| | | | Alex
* kate: insert build targetsAlex Neundorf2013-11-251-0/+7
| | | | | | | This can be used by the build plugin in kate. Code is quite similar to the one for Eclipse. Alex
* kate: add project generator for the Kate project pluginAlex Neundorf2013-11-251-0/+55
This patch adds an extra generator for KDE's kate text editor, or better more specifically, the project plugin. Alex