| 58 | } |
| 59 | |
| 60 | void setRelativeRootPath(const char *relativeRootPath) |
| 61 | { |
| 62 | Q_ASSERT(relativeRootPath); |
| 63 | setRootPath(QCoreApplication::applicationDirPath() + QDir::separator() |
| 64 | + QLatin1String(relativeRootPath)); |
| 65 | } |
| 66 | |
| 67 | QString probePath(const QString &probeABI, const QString &rootPath) |
| 68 | { |