diff options
author | Orgad Shaneh <[email protected]> | 2016-04-24 09:19:03 +0300 |
---|---|---|
committer | Orgad Shaneh <[email protected]> | 2016-04-25 12:58:37 +0000 |
commit | 78e105c92d9790738776fee7f2731f9c06ab1f23 (patch) | |
tree | 2ce9644e5eb277e971b1c238ab8045e307b52569 /src/plugins/debugger/debuggersourcepathmappingwidget.cpp | |
parent | 536ccc8a8742b38e75547d98ce457b0b90af3ee7 (diff) |
Debugger: Add source path that is used in Qt 5.6.0
Change-Id: Id15091877654fc1afde926a35c7a1f376d3bba73
Reviewed-by: Eike Ziller <[email protected]>
Reviewed-by: David Schulz <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debuggersourcepathmappingwidget.cpp')
-rw-r--r-- | src/plugins/debugger/debuggersourcepathmappingwidget.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp index 535a2fda72b..4769eecf3a3 100644 --- a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp +++ b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp @@ -48,7 +48,9 @@ using namespace Utils; #if defined(Q_OS_WIN) static const char* qtBuildPaths[] = { "Q:/qt5_workdir/w/s", - "C:/work/build/qt5_workdir/w/s"}; + "C:/work/build/qt5_workdir/w/s", + "c:/users/qt/work/qt" +}; #elif defined(Q_OS_MAC) static const char* qtBuildPaths[] = {}; #else |