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.
17 lines
383 B
17 lines
383 B
/**
|
|
@mainpage The KDevelop QMake Parser
|
|
|
|
This library contains qmake parser.
|
|
|
|
<b>Link with</b>: -lkdevqmakeparser
|
|
|
|
<b>Include path</b>: -I\$(kde_includes)/kdevelop/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.
|
|
|
|
*/
|
|
|