Warning, /kdevelop/kdevelop/plugins/custom-buildsystem/README is written in an unsupported language. File is not indexed.

0001    KDevelop Custom Buildsystem Plugin
0002 
0003 Author:
0004 -------
0005 
0006 Andreas Pakulat <apaku@gmx.de>
0007 
0008 License:
0009 --------
0010 
0011 See the LICENSE file.
0012 
0013 Description:
0014 ------------
0015 
0016 This plugin allows to handle arbitrary custom buildsystems with KDevelop.
0017 
0018 It supports setting up commands and arguments to build, configure, clean,
0019 'dist-clean' and install the project, so that KDevelop's actions work as
0020 expected.
0021 
0022 Additionally it allows to setup include directories (or import-directories) and
0023 defines for the project on a per-directory basis. This allows the C++ support
0024 and other language plugins to find file-references without manually adding them
0025 via the include-assistant.
0026 
0027 This should help all those that have a special build setup to still be able to
0028 embrace the features that KDevelop has to offer.
0029 
0030 Requirements:
0031 -------------
0032 
0033 The only requirement is KDevPlatform, version 1.1.0 (which in turn means that
0034 KDE Platform 4.4 or later needs to be installed too)
0035 
0036 Installation:
0037 -------------
0038 
0039 See the INSTALL file.
0040 
0041 Bugs:
0042 -----
0043 
0044 Please report bugs at bugs.kde.org under the KDevelop product for the 'custom
0045 buildsystem' component.
0046