QtBase  v6.3.1
Public Types | Public Attributes | List of all members
MakefileGenerator::Compiler Struct Reference

#include <makefile.h>

Collaboration diagram for MakefileGenerator::Compiler:
Collaboration graph
[legend]

Public Types

enum  CompilerFlag {
  CompilerNoFlags = 0x00 , CompilerBuiltin = 0x01 , CompilerNoCheckDeps = 0x02 , CompilerRemoveNoExist = 0x04 ,
  CompilerAddInputsAsMakefileDeps = 0x08
}
 

Public Attributes

QString variable_in
 
uint flags
 
uint type
 

Detailed Description

Definition at line 164 of file makefile.h.

Member Enumeration Documentation

◆ CompilerFlag

Enumerator
CompilerNoFlags 
CompilerBuiltin 
CompilerNoCheckDeps 
CompilerRemoveNoExist 
CompilerAddInputsAsMakefileDeps 

Definition at line 167 of file makefile.h.

Member Data Documentation

◆ flags

uint MakefileGenerator::Compiler::flags

Definition at line 174 of file makefile.h.

◆ type

uint MakefileGenerator::Compiler::type

Definition at line 174 of file makefile.h.

◆ variable_in

QString MakefileGenerator::Compiler::variable_in

Definition at line 166 of file makefile.h.


The documentation for this struct was generated from the following file: