kde-extraapps/kdevelop/projectmanagers/custom-buildsystem
2015-07-26 14:23:17 +03:00
..
tests generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
CMakeLists.txt generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
configconstants.h generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
configwidget.cpp generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
configwidget.h generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
configwidget.ui generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
custombuildjob.cpp generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
custombuildjob.h generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
custombuildsystemconfig.h generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
custombuildsystemconfigwidget.cpp generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
custombuildsystemconfigwidget.h generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
custombuildsystemconfigwidget.ui generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
custombuildsystemplugin.cpp generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
custombuildsystemplugin.h generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
debugarea.cpp generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
kcfg_custombuildsystemconfig.kcfg generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
kcfg_custombuildsystemconfig.kcfgc generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
kcm_custombuildsystem.cpp generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
kcm_custombuildsystem.h generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
kcm_kdevcustombuildsystem.desktop generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
kdevcustombuildsystem.desktop.cmake generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
LICENSE.GPL2 generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
LICENSE.GPL3 generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
Messages.sh generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
README generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00

   KDevelop Custom Buildsystem Plugin

Author:
-------

Andreas Pakulat <apaku@gmx.de>

License:
--------

See the LICENSE file.

Description:
------------

This plugin allows to handle arbitrary custom buildsystems 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.

Requirements:
-------------

The only requirement is KDevPlatform, version 1.1.0 (which in turn means that
KDE Platform 4.4 or later needs to be installed too)

Installation:
-------------

See the INSTALL file.

Bugs:
-----

Please report bugs at bugs.kde.org under the KDevelop product for the 'custom
buildsystem' component.