You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
631 B
20 lines
631 B
/**
|
|
@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.
|
|
|
|
*/
|
|
|