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
QMakeBaseKey Class Reference

#include <qmakeglobals.h>

+ Collaboration diagram for QMakeBaseKey:

Public Member Functions

 QMakeBaseKey (const QString &_root, const QString &_stash, bool _hostBuild)
 

Public Attributes

QString root
 
QString stash
 
bool hostBuild
 

Detailed Description

Definition at line 30 of file qmakeglobals.h.

Constructor & Destructor Documentation

◆ QMakeBaseKey()

QMakeBaseKey::QMakeBaseKey ( const QString & _root,
const QString & _stash,
bool _hostBuild )

Definition at line 80 of file qmakeevaluator.cpp.

References QMakeBaseKey(), and hostBuild.

Referenced by QMakeBaseKey().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ hostBuild

bool QMakeBaseKey::hostBuild

Definition at line 37 of file qmakeglobals.h.

Referenced by QMakeBaseKey(), and operator==().

◆ root

QString QMakeBaseKey::root

Definition at line 35 of file qmakeglobals.h.

◆ stash

QString QMakeBaseKey::stash

Definition at line 36 of file qmakeglobals.h.


The documentation for this class was generated from the following files: