Debugger: Add source path that is used in Qt 5.6.0

Change-Id: Id15091877654fc1afde926a35c7a1f376d3bba73
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2016-04-24 09:19:03 +03:00
committed by Orgad Shaneh
parent 536ccc8a87
commit 78e105c92d

View File

@@ -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