From 5268aaed0d077c7ab3d4f718364af24fed88b80f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= <thorbjorn.lindeijer@nokia.com> Date: Thu, 4 Feb 2010 13:04:13 +0100 Subject: [PATCH] Updated the Qt src/build path to be Qt version independent --- src/plugins/debugger/gdb/gdbengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/debugger/gdb/gdbengine.cpp b/src/plugins/debugger/gdb/gdbengine.cpp index 916e43b90c0..a904d64e528 100644 --- a/src/plugins/debugger/gdb/gdbengine.cpp +++ b/src/plugins/debugger/gdb/gdbengine.cpp @@ -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.1"); + qtBuildPath = _("/var/tmp/qt-src"); postCommand(_("set substitute-path %1 %2") .arg(qtBuildPath).arg(qtInstallPath)); #endif -- GitLab