Fix for wrong version in gdb substitute for qt path

Reviewed-By: thorbjorn
(cherry picked from commit 1da2e9e8d8)
This commit is contained in:
dt
2010-01-14 17:26:18 +01:00
committed by con
parent a9f5bf5cd5
commit ee0e1bdd8c

View File

@@ -4554,7 +4554,7 @@ void GdbEngine::handleInferiorPrepared()
postCommand(_("set substitute-path %1 %2")
.arg(qtBuildPath).arg(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 %1 %2")
.arg(qtBuildPath).arg(qtInstallPath));
#endif