![]() |
Qt 6.x
The Qt SDK
|
#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< QString > | rpathsUsed |
| bool | useLoaderPath |
| bool | isFramework |
| bool | isDebug |
Definition at line 934 of file shared.cpp.
References deployedFrameworks, and isDebug.
Referenced by deployPlugins().
Here is the caller graph for this function:| QStringList DeploymentInfo::deployedFrameworks |
Definition at line 81 of file shared.h.
Referenced by containsModule(), deployPlugins(), deployQtFrameworks(), and main().
| bool DeploymentInfo::isDebug |
Definition at line 85 of file shared.h.
Referenced by containsModule(), deployQtFrameworks(), and main().
| bool DeploymentInfo::isFramework |
Definition at line 84 of file shared.h.
Referenced by deployQtFrameworks(), and main().
| QString DeploymentInfo::pluginPath |
Definition at line 80 of file shared.h.
Referenced by deployPlugins(), deployPlugins(), and main().
| QString DeploymentInfo::qtPath |
Definition at line 79 of file shared.h.
Referenced by deployQtFrameworks().
Definition at line 82 of file shared.h.
Referenced by deployPlugins(), deployQmlImports(), and deployQtFrameworks().
| bool DeploymentInfo::useLoaderPath |
Definition at line 83 of file shared.h.
Referenced by deployPlugins(), and deployQtFrameworks().