Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QtDependency Struct Reference
+ Collaboration diagram for QtDependency:

Public Member Functions

 QtDependency (const QString &rpath, const QString &apath)
 
bool operator== (const QtDependency &other) const
 

Public Attributes

QString relativePath
 
QString absolutePath
 

Detailed Description

Definition at line 58 of file main.cpp.

Constructor & Destructor Documentation

◆ QtDependency()

QtDependency::QtDependency ( const QString rpath,
const QString apath 
)
inline

Definition at line 60 of file main.cpp.

Member Function Documentation

◆ operator==()

bool QtDependency::operator== ( const QtDependency other) const
inline

Definition at line 62 of file main.cpp.

References absolutePath, other(), and relativePath.

+ Here is the call graph for this function:

Member Data Documentation

◆ absolutePath

QString QtDependency::absolutePath

Definition at line 68 of file main.cpp.

Referenced by operator==(), and readAndroidDependencyXml().

◆ relativePath

QString QtDependency::relativePath

Definition at line 67 of file main.cpp.

Referenced by operator==().


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