forked from qt-creator/qt-creator
QmlDebugging: Show helper list also for Symbian Qt versions
This commit is contained in:
@@ -2005,13 +2005,6 @@ QStringList QtVersion::debuggingHelperLibraryLocations() const
|
||||
return DebuggingHelperLibrary::locationsByInstallData(qtInstallData);
|
||||
}
|
||||
|
||||
bool QtVersion::supportsBinaryDebuggingHelper() const
|
||||
{
|
||||
if (!isValid())
|
||||
return false;
|
||||
return qtAbis().at(0).os() != ProjectExplorer::Abi::SymbianOS;
|
||||
}
|
||||
|
||||
bool QtVersion::hasDocumentation() const
|
||||
{
|
||||
updateVersionInfo();
|
||||
|
||||
Reference in New Issue
Block a user