forked from qt-creator/qt-creator
Merge remote branch 'origin/1.3'
Conflicts: src/plugins/bineditor/bineditorplugin.cpp src/plugins/coreplugin/editormanager/editormanager.cpp src/plugins/debugger/gdb/gdbengine.cpp src/plugins/debugger/watchhandler.cpp
This commit is contained in:
@@ -4664,7 +4664,7 @@ void GdbEngine::handleInferiorPrepared()
|
||||
qtBuildPath = "C:/iwmake/build_mingw_opensource";
|
||||
postCommand("set substitute-path " + qtBuildPath + ' ' + qtInstallPath);
|
||||
#elif defined(Q_OS_UNIX) && !defined (Q_OS_MAC)
|
||||
qtBuildPath = "/var/tmp/qt-x11-src-4.6.0";
|
||||
qtBuildPath = "/var/tmp/qt-x11-src-4.6.1";
|
||||
postCommand("set substitute-path " + qtBuildPath + ' ' + qtInstallPath);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user