blob: c15080456d9b8cbce4be53ef85bf493746e798de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/**
@mainpage The TDevelop 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.
*/
|