Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
DeploymentInfo Class Reference

#include <shared.h>

+ Collaboration diagram for DeploymentInfo:

Public Member Functions

bool containsModule (const QString &module, const QString &libInFix) const
 

Public Attributes

QString qtPath
 
QString pluginPath
 
QStringList deployedFrameworks
 
QList< QStringrpathsUsed
 
bool useLoaderPath
 
bool isFramework
 
bool isDebug
 

Detailed Description

Definition at line 76 of file shared.h.

Member Function Documentation

◆ containsModule()

bool DeploymentInfo::containsModule ( const QString & module,
const QString & libInFix ) const

Definition at line 941 of file shared.cpp.

References deployedFrameworks, and isDebug.

Member Data Documentation

◆ deployedFrameworks

QStringList DeploymentInfo::deployedFrameworks

Definition at line 81 of file shared.h.

Referenced by containsModule().

◆ isDebug

bool DeploymentInfo::isDebug

Definition at line 85 of file shared.h.

Referenced by containsModule().

◆ isFramework

bool DeploymentInfo::isFramework

Definition at line 84 of file shared.h.

◆ pluginPath

QString DeploymentInfo::pluginPath

Definition at line 80 of file shared.h.

◆ qtPath

QString DeploymentInfo::qtPath

Definition at line 79 of file shared.h.

◆ rpathsUsed

QList<QString> DeploymentInfo::rpathsUsed

Definition at line 82 of file shared.h.

◆ useLoaderPath

bool DeploymentInfo::useLoaderPath

Definition at line 83 of file shared.h.

Referenced by deployQtFrameworks().


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