• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • KDevelop QMake parser
 

KDevelop QMake parser

  • TQMake
  • Driver
Static Public Member Functions | List of all members
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

Driver.

Use methods of this class to lauch parsing and build the AST.

Definition at line 39 of file qmakedriver.h.

Member Function Documentation

◆ parseFile()

int TQMake::Driver::parseFile ( const char *  fileName,
ProjectAST **  ast,
int  debug 
)
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:
  • qmakedriver.h
  • qmakedriver.cpp

KDevelop QMake parser

Skip menu "KDevelop QMake parser"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members

KDevelop QMake parser

Skip menu "KDevelop QMake parser"
  • buildtools
  •   lib
  •     base
  •     parsers
  •       autotools
  •       qmake
  •     widgets
  •   api
  • languages
  •   lib
  •     debugger
  •     designer_integration
  •     interfaces
  • lib
  •   catalog
  •   interfaces
  •     extensions
  •     external
  •     extras
  •   util
  •   widgets
  •     propeditor
  • parts
  •   documentation
  •     interfaces
  • src
  •   profileengine
  •     lib
Generated for KDevelop QMake parser by doxygen 1.8.13
This website is maintained by Timothy Pearson.