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
qmakeglobals.h File Reference

(a5bb88c896170ec0c719c3a73ce932cb8d5205ca)

#include "qmake_global.h"
#include "proitems.h"
#include <qhash.h>
#include <qstringlist.h>
+ Include dependency graph for qmakeglobals.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QMakeBaseKey
 
class  QMakeBaseEnv
 
class  QMakeCmdLineParserState
 
class  QMakeGlobals
 

Enumerations

enum  QMakeEvalPhase { QMakeEvalEarly , QMakeEvalBefore , QMakeEvalAfter , QMakeEvalLate }
 

Functions

size_t qHash (const QMakeBaseKey &key)
 
bool operator== (const QMakeBaseKey &one, const QMakeBaseKey &two)
 

Enumeration Type Documentation

◆ QMakeEvalPhase

Enumerator
QMakeEvalEarly 
QMakeEvalBefore 
QMakeEvalAfter 
QMakeEvalLate 

Definition at line 28 of file qmakeglobals.h.

Function Documentation

◆ operator==()

bool operator== ( const QMakeBaseKey & one,
const QMakeBaseKey & two )

Definition at line 90 of file qmakeevaluator.cpp.

References QMakeBaseKey::hostBuild.

◆ qHash()

size_t qHash ( const QMakeBaseKey & key)

Definition at line 85 of file qmakeevaluator.cpp.