Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qmakeevaluator_p.h File Reference

(b1606e955548c620f2c810a9a34cd6fc91e245ae)

#include "proitems.h"
+ Include dependency graph for qmakeevaluator_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QMakeInternal::QMakeBuiltinInit
 
struct  QMakeInternal::QMakeBuiltin
 
struct  QMakeInternal::QMakeStatics
 

Namespaces

namespace  QMakeInternal
 

Macros

#define debugMsg   if (!m_debugLevel) {} else debugMsgInternal
 
#define traceMsg   if (!m_debugLevel) {} else traceMsgInternal
 
#define dbgBool(b)
 
#define dbgReturn(r)
 
#define dbgKey(s)
 
#define dbgStr(s)
 
#define dbgStrList(s)
 
#define dbgSepStrList(s)
 
#define dbgStrListList(s)
 
#define dbgQStr(s)
 

Functions

 Q_DECLARE_TYPEINFO (QMakeInternal::QMakeBuiltin, Q_RELOCATABLE_TYPE)
 

Variables

QMakeStatics QMakeInternal::statics
 

Macro Definition Documentation

◆ dbgBool

#define dbgBool ( b)
Value:
0

Definition at line 26 of file qmakeevaluator_p.h.

◆ dbgKey

#define dbgKey ( s)
Value:
0

Definition at line 28 of file qmakeevaluator_p.h.

◆ dbgQStr

#define dbgQStr ( s)
Value:
0

Definition at line 33 of file qmakeevaluator_p.h.

◆ dbgReturn

#define dbgReturn ( r)
Value:
0

Definition at line 27 of file qmakeevaluator_p.h.

◆ dbgSepStrList

#define dbgSepStrList ( s)
Value:
0

Definition at line 31 of file qmakeevaluator_p.h.

◆ dbgStr

#define dbgStr ( s)
Value:
0

Definition at line 29 of file qmakeevaluator_p.h.

◆ dbgStrList

#define dbgStrList ( s)
Value:
0

Definition at line 30 of file qmakeevaluator_p.h.

◆ dbgStrListList

#define dbgStrListList ( s)
Value:
0

Definition at line 32 of file qmakeevaluator_p.h.

◆ debugMsg

#define debugMsg   if (!m_debugLevel) {} else debugMsgInternal

Definition at line 9 of file qmakeevaluator_p.h.

◆ traceMsg

#define traceMsg   if (!m_debugLevel) {} else traceMsgInternal

Definition at line 10 of file qmakeevaluator_p.h.

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QMakeInternal::QMakeBuiltin ,
Q_RELOCATABLE_TYPE  )