summaryrefslogtreecommitdiffstats
path: root/buildtools/lib/base/Mainpage.dox
blob: dbf199a5439b07674f39683b9c4c47d471f4d7d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
@mainpage The KDevelop Buildtool Base Library

This library contains base classes for KDevelop builtool support plugins.

<b>Link with</b>: -lkdevbuildbase

<b>Include path</b>: -I\$(kde_includes)/kdevelop/buildtools/base

\section btbaseoverview Overview
This library is created to provide KDevBuildTool compat class which can be used
as drop-in replacement of KDevProject class for buildtool support plugins 
written for old KDevelop architecture (before version 3.2).
 
Nevertheless, it can be useful for new buildtool plugins as well because it provides
useful methods to get application and make frontend extensions.

*/