aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-01-09 09:33:50 +0100
committerhjk <hjk121@nokiamail.com>2014-01-10 11:11:18 +0100
commit7eb87cea1bd3d9bdd68eb0b45d977d3c53486da8 (patch)
treed19e65f0b2aa90d4ce7777dc321f1f8e4147f427 /src
parent49db5bfa52899d4e148ac73aa9f0adf886fcc293 (diff)
Windows: Fix stepping through Qt sources.
Build paths of Qt 5.2 changed. Task-number: QTCREATORBUG-11233 Change-Id: I9e3b2d53cb10f09bc1b9d780669ebb72c595ad4f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/debugger/debuggersourcepathmappingwidget.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp
index ec7aa34b60..ddd2c272b6 100644
--- a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp
+++ b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp
@@ -49,8 +49,7 @@ using namespace Utils;
#if defined(Q_OS_WIN)
static const char* qtBuildPaths[] = {
"Q:/qt5_workdir/w/s",
- "C:/iwmake/build_mingw_opensource",
- "C:/ndk_buildrepos/qt-desktop/src"};
+ "C:/work/build/qt5_workdir/w/s"};
#elif defined(Q_OS_MAC)
static const char* qtBuildPaths[] = {};
#else