aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-02-04 13:04:13 +0100
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-02-04 13:04:13 +0100
commit5268aaed0d077c7ab3d4f718364af24fed88b80f (patch)
tree70da285348733b11dbef7d91d2f4f6754238f948
parent0662ba391fdcd6638ca54fdb6193d54d9cb452c3 (diff)
Updated the Qt src/build path to be Qt version independent
-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 916e43b90c..a904d64e52 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