blob: 4b4e10fff626a072756e6de9c71a655651074165 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
This plugin allows to handle arbitrary custom build systems with
KDevelop.
It supports setting up commands and arguments to build, configure,
clean, 'dist-clean' and install the project, so that KDevelop's
actions work as expected.
Additionally, it allows to setup include directories (or
import-directories) and defines for the project on a per-directory
basis. This allows the C++ support and other language plugins to
find file-references without manually adding them via the
include-assistant.
This should help all those that have a special build setup to still
be able to embrace the features that KDevelop has to offer.
WWW: http://www.kdevelop.org
|