Multi diag tools
|
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. | |
Utility class to get and set RPATH of executables and shared libraries that support it.
|
inline |
Get RPATH.
bool Mdt::DeployUtils::RPath::setRPathToOrigin | ( | const QString & | binaryFilePath | ) |