aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-02-04 13:04:13 +0100
committercon <qtc-committer@nokia.com>2010-02-08 16:08:23 +0100
commit8db640fa3dae98322bc9c852f55e9e9b6f44d815 (patch)
tree425728a67b41a526976eb4da5942c6874effead0
parent8de178a067c7ef645a5dd67067b0a417753ccab9 (diff)
Updated the Qt src/build path to be Qt version independent1.3.1
(cherry picked from commit 5268aaed0d077c7ab3d4f718364af24fed88b80f)
-rw-r--r--src/plugins/debugger/gdb/gdbengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/gdb/gdbengine.cpp b/src/plugins/debugger/gdb/gdbengine.cpp
index eaa4c6fd9b..de1e070b43 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