android: compile fix

Missing intermediate rootQt4ProjectNode()

Change-Id: I27ddf9850a700cdd77e0f1805f1721b93a6e1ee4
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-08-22 09:39:54 +02:00
parent 0d0121b033
commit 4893dd39cd

View File

@@ -115,7 +115,7 @@ RunControl *AndroidDebugSupport::createDebugRunControl(AndroidRunConfiguration *
//TODO: Not sure if these are the right paths. //TODO: Not sure if these are the right paths.
params.projectSourceDirectory = project->projectDirectory(); params.projectSourceDirectory = project->projectDirectory();
params.projectSourceFiles = project->files(Qt4Project::ExcludeGeneratedFiles); params.projectSourceFiles = project->files(Qt4Project::ExcludeGeneratedFiles);
params.projectBuildDirectory = project->buildDir(); params.projectBuildDirectory = project->rootQt4ProjectNode()->buildDir();
} }
DebuggerRunControl * const debuggerRunControl DebuggerRunControl * const debuggerRunControl