diff options
| author | hjk <hjk@theqtcompany.com> | 2015-12-08 12:39:10 +0100 |
|---|---|---|
| committer | hjk <hjk@theqtcompany.com> | 2016-01-04 12:33:47 +0000 |
| commit | 8e702387e5890cfb9258abfddd0e1e0a0e70fdb4 (patch) | |
| tree | 91142193cb37a8e9b4fb6236d6c8813ea8b6838b /src/plugins/debugger/debuggersourcepathmappingwidget.cpp | |
| parent | 36b3e3c897721e6d56acb4081cc2f363e684de2e (diff) | |
| download | qt-creator-8e702387e5890cfb9258abfddd0e1e0a0e70fdb4.tar.gz | |
Debugger: Start separating different process environments
Debugger and stub run locally, the debugged process not necessarily.
Change-Id: Ibf6aec3dcaec60069866ec0765ec2178ca0a26d6
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/debuggersourcepathmappingwidget.cpp')
| -rw-r--r-- | src/plugins/debugger/debuggersourcepathmappingwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp index a596e6b1e2..0a2caccfea 100644 --- a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp +++ b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp @@ -440,7 +440,7 @@ DebuggerSourcePathMappingWidget::SourcePathMap DebuggerSourcePathMappingWidget::mergePlatformQtPath(const DebuggerRunParameters &sp, const SourcePathMap &in) { - const FileName qmake = BuildableHelperLibrary::findSystemQt(sp.environment); + const FileName qmake = BuildableHelperLibrary::findSystemQt(sp.inferiorEnvironment); // FIXME: Get this from the profile? // We could query the QtVersion for this information directly, but then we // will need to add a dependency on QtSupport to the debugger. |
