Multi diag tools
Public Member Functions | List of all members
Mdt::DeployUtils::RPath Class Reference

Utility class to get and set RPATH of executables and shared libraries that support it. More...

#include <RPath.h>

Inherits QObject.

Public Member Functions

 RPath (QObject *parent=nullptr)
 Constructor.
 
bool readRPath (const QString &binaryFilePath)
 Read RPATH from binary file.
 
RPathInfoList rpath () const
 Get RPATH. More...
 
bool setRPathToOrigin (const QString &binaryFilePath)
 Set RPATH to origin. More...
 
bool setRPath (const RPathInfoList &rpath, const QString &binaryFilePath)
 Set RPATH to binary file.
 
bool prependPath (const QString &path, const QString &binaryFilePath)
 Prepend path to the RPATH for a executable file or a shared library.
 
bool prependPathForBinaries (const QString &path, const QString &directoryPath)
 Prepend path to the RPATH for binaries in a directory.
 
Mdt::Error lastError () const
 Get last error.
 

Detailed Description

Utility class to get and set RPATH of executables and shared libraries that support it.

Definition at line 37 of file RPath.h.

Member Function Documentation

RPathInfoList Mdt::DeployUtils::RPath::rpath ( ) const
inline

Get RPATH.

Note
returns a valid RPATH only after a successful call of readRPath() .

Definition at line 56 of file RPath.h.

bool Mdt::DeployUtils::RPath::setRPathToOrigin ( const QString &  binaryFilePath)

Set RPATH to origin.

Origin means that RPATH is set to the current directory where the executable or the shared library lives. On Linux, it is called $ORIGIN .

Definition at line 51 of file RPath.cpp.


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