forked from qt-creator/qt-creator
android: compile fix
Missing intermediate rootQt4ProjectNode() Change-Id: I27ddf9850a700cdd77e0f1805f1721b93a6e1ee4 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -115,7 +115,7 @@ RunControl *AndroidDebugSupport::createDebugRunControl(AndroidRunConfiguration *
|
||||
//TODO: Not sure if these are the right paths.
|
||||
params.projectSourceDirectory = project->projectDirectory();
|
||||
params.projectSourceFiles = project->files(Qt4Project::ExcludeGeneratedFiles);
|
||||
params.projectBuildDirectory = project->buildDir();
|
||||
params.projectBuildDirectory = project->rootQt4ProjectNode()->buildDir();
|
||||
}
|
||||
|
||||
DebuggerRunControl * const debuggerRunControl
|
||||
|
Reference in New Issue
Block a user