Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qmakeglobals.h>
Public Member Functions | |
QMakeCmdLineParserState (const QString &_pwd) | |
void | flush () |
Public Attributes | |
QString | pwd |
QStringList | cmds [4] |
QStringList | configs [4] |
QStringList | extraargs |
QMakeEvalPhase | phase |
Definition at line 60 of file qmakeglobals.h.
|
inline |
Definition at line 63 of file qmakeglobals.h.
References phase, and QMakeEvalBefore.
Referenced by QMakeGlobals::setCommandLineArguments().
|
inline |
Definition at line 69 of file qmakeglobals.h.
References phase, and QMakeEvalBefore.
Referenced by testing.tools.encode_pdf_filter._SinkPdfStream::close().
QStringList QMakeCmdLineParserState::cmds[4] |
Definition at line 65 of file qmakeglobals.h.
QStringList QMakeCmdLineParserState::configs[4] |
Definition at line 65 of file qmakeglobals.h.
QStringList QMakeCmdLineParserState::extraargs |
Definition at line 66 of file qmakeglobals.h.
QMakeEvalPhase QMakeCmdLineParserState::phase |
Definition at line 67 of file qmakeglobals.h.
Referenced by QMakeCmdLineParserState(), QMakeGlobals::addCommandLineArguments(), and flush().
QString QMakeCmdLineParserState::pwd |
Definition at line 64 of file qmakeglobals.h.