forked from qt-creator/qt-creator
Mention possible locations of the debugging helper in the error dialog
Requires a lot of trivial forwarding.
This commit is contained in:
@@ -1102,6 +1102,14 @@ QString QtVersion::debuggingHelperLibrary() const
|
||||
return DebuggingHelperLibrary::debuggingHelperLibrary(qtInstallData, path());
|
||||
}
|
||||
|
||||
QStringList QtVersion::debuggingHelperLibraryLocations() const
|
||||
{
|
||||
QString qtInstallData = versionInfo().value("QT_INSTALL_DATA");
|
||||
if (qtInstallData.isEmpty())
|
||||
qtInstallData = path();
|
||||
return DebuggingHelperLibrary::debuggingHelperLibraryLocations(qtInstallData, path());
|
||||
}
|
||||
|
||||
bool QtVersion::hasDocumentation() const
|
||||
{
|
||||
updateVersionInfo();
|
||||
|
Reference in New Issue
Block a user