![]() |
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 | |
| QMakeBaseKey (const QString &_root, const QString &_stash, bool _hostBuild) | |
Public Attributes | |
| QString | root |
| QString | stash |
| bool | hostBuild |
Definition at line 30 of file qmakeglobals.h.
Definition at line 80 of file qmakeevaluator.cpp.
References QMakeBaseKey(), and hostBuild.
Referenced by QMakeBaseKey().
| bool QMakeBaseKey::hostBuild |
Definition at line 37 of file qmakeglobals.h.
Referenced by QMakeBaseKey(), and operator==().
| QString QMakeBaseKey::root |
Definition at line 35 of file qmakeglobals.h.
| QString QMakeBaseKey::stash |
Definition at line 36 of file qmakeglobals.h.