forked from qt-creator/qt-creator
Fix runtime error on Linux when starting qmlviewer
Reviewed-by: Roberto Raggi
This commit is contained in:
@@ -414,8 +414,7 @@ QStringList QmlApplicationRunConfiguration::commandLineArguments() const
|
||||
|
||||
ProjectExplorer::Environment QmlApplicationRunConfiguration::environment() const
|
||||
{
|
||||
ProjectExplorer::Environment env;
|
||||
return env;
|
||||
return ProjectExplorer::Environment::systemEnvironment();
|
||||
}
|
||||
|
||||
QString QmlApplicationRunConfiguration::dumperLibrary() const
|
||||
|
Reference in New Issue
Block a user