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:
@@ -170,6 +170,12 @@ QString CMakeRunConfiguration::dumperLibrary() const
|
||||
return dhl;
|
||||
}
|
||||
|
||||
QStringList CMakeRunConfiguration::dumperLibraryLocations() const
|
||||
{
|
||||
QString qmakePath = ProjectExplorer::DebuggingHelperLibrary::findSystemQt(environment());
|
||||
return ProjectExplorer::DebuggingHelperLibrary::debuggingHelperLibraryLocations(qmakePath);
|
||||
}
|
||||
|
||||
ProjectExplorer::Environment CMakeRunConfiguration::baseEnvironment() const
|
||||
{
|
||||
ProjectExplorer::Environment env;
|
||||
|
||||
Reference in New Issue
Block a user