forked from qt-creator/qt-creator
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:
committed by
Orgad Shaneh
parent
536ccc8a87
commit
78e105c92d
@@ -48,7 +48,9 @@ using namespace Utils;
|
|||||||
#if defined(Q_OS_WIN)
|
#if defined(Q_OS_WIN)
|
||||||
static const char* qtBuildPaths[] = {
|
static const char* qtBuildPaths[] = {
|
||||||
"Q:/qt5_workdir/w/s",
|
"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)
|
#elif defined(Q_OS_MAC)
|
||||||
static const char* qtBuildPaths[] = {};
|
static const char* qtBuildPaths[] = {};
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user