qmake vcproj generator: unused variable removed
Change-Id: Iaf8bb1772846001297e1a421c3860f5e4d090a35 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
parent
768e587cdc
commit
65425be8fe
@ -2185,7 +2185,6 @@ bool VCFilter::addExtraCompiler(const VCFilterFile &info)
|
||||
QString tmp_cmd_name = Project->project->variables()[extraCompilerName + ".name"].join(" ");
|
||||
QStringList tmp_dep = Project->project->variables()[extraCompilerName + ".depends"];
|
||||
QString tmp_dep_cmd = Project->project->variables()[extraCompilerName + ".depend_command"].join(" ");
|
||||
QStringList vars = Project->project->variables()[extraCompilerName + ".variables"];
|
||||
QStringList configs = Project->project->variables()[extraCompilerName + ".CONFIG"];
|
||||
bool combined = configs.indexOf("combine") != -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user