Updated the Qt src/build path to be Qt version independent

(cherry picked from commit 5268aaed0d)
This commit is contained in:
Thorbjørn Lindeijer
2010-02-04 13:04:13 +01:00
committed by con
parent 8de178a067
commit 8db640fa3d

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.1");
qtBuildPath = _("/var/tmp/qt-src");
postCommand(_("set substitute-path %1 %2")
.arg(qtBuildPath).arg(qtInstallPath));
#endif