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
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 956 of file shared.cpp.

Member Data Documentation

◆ deployedFrameworks

QStringList DeploymentInfo::deployedFrameworks

Definition at line 81 of file shared.h.

◆ isDebug

bool DeploymentInfo::isDebug

Definition at line 85 of file shared.h.

Referenced by deployQtFrameworks(), and main().

◆ isFramework

bool DeploymentInfo::isFramework

Definition at line 84 of file shared.h.

Referenced by deployQtFrameworks(), and main().

◆ 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: