Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "proitems.h"
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 |
#define dbgBool | ( | b | ) |
Definition at line 26 of file qmakeevaluator_p.h.
#define dbgKey | ( | s | ) |
Definition at line 28 of file qmakeevaluator_p.h.
#define dbgQStr | ( | s | ) |
Definition at line 33 of file qmakeevaluator_p.h.
#define dbgReturn | ( | r | ) |
Definition at line 27 of file qmakeevaluator_p.h.
#define dbgSepStrList | ( | s | ) |
Definition at line 31 of file qmakeevaluator_p.h.
#define dbgStr | ( | s | ) |
Definition at line 29 of file qmakeevaluator_p.h.
#define dbgStrList | ( | s | ) |
Definition at line 30 of file qmakeevaluator_p.h.
#define dbgStrListList | ( | s | ) |
Definition at line 32 of file qmakeevaluator_p.h.
Definition at line 9 of file qmakeevaluator_p.h.
Definition at line 10 of file qmakeevaluator_p.h.
Q_DECLARE_TYPEINFO | ( | QMakeInternal::QMakeBuiltin | , |
Q_RELOCATABLE_TYPE | ) |