QmlDebugger: breakpoints in symlinked qmlprojects

Task-number: QTCREATORBUG-4405

Reviewed-by: Kai Koehne
This commit is contained in:
Christiaan Janssen
2011-04-19 16:27:12 +02:00
parent cca9d69f0e
commit 9a8cf34e63
2 changed files with 10 additions and 6 deletions

View File

@@ -37,6 +37,8 @@
#include <coreplugin/modemanager.h>
#include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/applicationlauncher.h>
#include <projectexplorer/target.h>
#include <projectexplorer/project.h>
#include <qt4projectmanager/qtversionmanager.h>
#include <utils/environment.h>
#include <utils/qtcassert.h>
@@ -204,6 +206,7 @@ RunControl *QmlRunControlFactory::createDebugRunControl(QmlProjectRunConfigurati
params.workingDirectory = runConfig->workingDirectory();
params.environment = runConfig->environment();
params.displayName = runConfig->displayName();
params.projectDir = runConfig->target()->project()->projectDirectory();
if (params.executable.isEmpty()) {
showQmlObserverToolWarning();