Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
FrameworkInfo Class Reference

#include <shared.h>

+ Collaboration diagram for FrameworkInfo:

Public Member Functions

bool isDebugLibrary () const
 

Public Attributes

bool isDylib
 
QString frameworkDirectory
 
QString frameworkName
 
QString frameworkPath
 
QString binaryDirectory
 
QString binaryName
 
QString binaryPath
 
QString rpathUsed
 
QString version
 
QString installName
 
QString deployedInstallName
 
QString sourceFilePath
 
QString frameworkDestinationDirectory
 
QString binaryDestinationDirectory
 

Detailed Description

Definition at line 20 of file shared.h.

Member Function Documentation

◆ isDebugLibrary()

bool FrameworkInfo::isDebugLibrary ( ) const
inline

Definition at line 38 of file shared.h.

References binaryName, QString::contains(), QString::endsWith(), isDylib, and QStringLiteral.

Referenced by deployQtFrameworks().

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

Member Data Documentation

◆ binaryDestinationDirectory

QString FrameworkInfo::binaryDestinationDirectory

Definition at line 36 of file shared.h.

Referenced by changeInstallName().

◆ binaryDirectory

QString FrameworkInfo::binaryDirectory

Definition at line 27 of file shared.h.

Referenced by copyFramework().

◆ binaryName

QString FrameworkInfo::binaryName

Definition at line 28 of file shared.h.

Referenced by changeInstallName(), copyDylib(), copyFramework(), and isDebugLibrary().

◆ binaryPath

QString FrameworkInfo::binaryPath

Definition at line 29 of file shared.h.

◆ deployedInstallName

QString FrameworkInfo::deployedInstallName

Definition at line 33 of file shared.h.

Referenced by changeInstallName(), and deployQtFrameworks().

◆ frameworkDestinationDirectory

QString FrameworkInfo::frameworkDestinationDirectory

Definition at line 35 of file shared.h.

Referenced by copyDylib(), and copyFramework().

◆ frameworkDirectory

QString FrameworkInfo::frameworkDirectory

Definition at line 24 of file shared.h.

Referenced by deployQtFrameworks().

◆ frameworkName

QString FrameworkInfo::frameworkName

Definition at line 25 of file shared.h.

Referenced by deployQtFrameworks(), and parseOtoolLibraryLine().

◆ frameworkPath

QString FrameworkInfo::frameworkPath

Definition at line 26 of file shared.h.

Referenced by copyFramework(), and parseOtoolLibraryLine().

◆ installName

QString FrameworkInfo::installName

Definition at line 32 of file shared.h.

Referenced by changeInstallName(), and parseOtoolLibraryLine().

◆ isDylib

bool FrameworkInfo::isDylib

Definition at line 23 of file shared.h.

Referenced by deployQtFrameworks(), and isDebugLibrary().

◆ rpathUsed

QString FrameworkInfo::rpathUsed

Definition at line 30 of file shared.h.

Referenced by deployQtFrameworks(), and parseOtoolLibraryLine().

◆ sourceFilePath

QString FrameworkInfo::sourceFilePath

Definition at line 34 of file shared.h.

Referenced by copyDylib(), and copyFramework().

◆ version

QString FrameworkInfo::version

Definition at line 31 of file shared.h.

Referenced by copyFramework().


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