blob: 82270be06edc4c2d755b1f769bd90830c99f2d23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/**
@mainpage The KDevelop QMake Parser
This library contains qmake parser.
<b>Link with</b>: -lkdevqmakeparser
<b>Include path</b>: -I\$(kde_includes)/tdevelop/buildtools/parsers/qmake
\section qmakeparseroverview Overview
Here resides a parser for qmake .pro (.pri) files. This parser
reads project files, builds an AST which then can be written
back to the project file.
*/
|