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

This library contains base classes for TDevelop builtool support plugins.

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

<b>Include path</b>: -I\$(kde_includes)/tdevelop/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 TDevelop 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.

*/