Fix runtime error on Linux when starting qmlviewer

Reviewed-by: Roberto Raggi
This commit is contained in:
Kai Koehne
2009-05-06 11:14:24 +02:00
parent a6f4954941
commit e502fc2942

View File

@@ -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