Qt 6.x
The Qt SDK
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 934 of file shared.cpp.

References deployedFrameworks, and isDebug.

Referenced by deployPlugins().

+ Here is the caller graph for this function:

Member Data Documentation

◆ deployedFrameworks

QStringList DeploymentInfo::deployedFrameworks

Definition at line 81 of file shared.h.

Referenced by containsModule(), deployPlugins(), deployQtFrameworks(), and main().

◆ isDebug

bool DeploymentInfo::isDebug

Definition at line 85 of file shared.h.

Referenced by containsModule(), 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.

Referenced by deployPlugins(), deployPlugins(), and main().

◆ qtPath

QString DeploymentInfo::qtPath

Definition at line 79 of file shared.h.

Referenced by deployQtFrameworks().

◆ rpathsUsed

QList<QString> DeploymentInfo::rpathsUsed

Definition at line 82 of file shared.h.

Referenced by deployPlugins(), deployQmlImports(), and deployQtFrameworks().

◆ useLoaderPath

bool DeploymentInfo::useLoaderPath

Definition at line 83 of file shared.h.

Referenced by deployPlugins(), and deployQtFrameworks().


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