TQMake::Driver Class Reference
#include <qmakedriver.h>
Static Public Member Functions | |
static int | parseFile (const char *fileName, ProjectAST **ast, int debug) |
static int | parseFile (TQString fileName, ProjectAST **ast, int debug) |
static int | parseFile (KURL fileName, ProjectAST **ast, int debug) |
static int | parseString (const char *string, ProjectAST **ast, int debug) |
Detailed Description
Use methods of this class to lauch parsing and build the AST.
Definition at line 39 of file qmakedriver.h.
Member Function Documentation
◆ parseFile()
|
static |
Parses the file fileName
and stores the resulting ProjectAST root into ast
.
ast
should not be initialized before. Driver will initialize it on its own.
- Returns
- The result of parsing. Result is 0 on success and <> 0 on failure.
Definition at line 35 of file qmakedriver.cpp.
The documentation for this class was generated from the following files: