Skip to content
Snippets Groups Projects
Commit e502fc29 authored by Kai Koehne's avatar Kai Koehne
Browse files

Fix runtime error on Linux when starting qmlviewer

Reviewed-by: Roberto Raggi
parent a6f49549
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment