forked from qt-creator/qt-creator
Updated the Qt src/build path to be Qt version independent
This commit is contained in:
@@ -4554,7 +4554,7 @@ void GdbEngine::handleInferiorPrepared()
|
|||||||
postCommand(_("set substitute-path %1 %2")
|
postCommand(_("set substitute-path %1 %2")
|
||||||
.arg(qtBuildPath).arg(qtInstallPath));
|
.arg(qtBuildPath).arg(qtInstallPath));
|
||||||
#elif defined(Q_OS_UNIX) && !defined (Q_OS_MAC)
|
#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")
|
postCommand(_("set substitute-path %1 %2")
|
||||||
.arg(qtBuildPath).arg(qtInstallPath));
|
.arg(qtBuildPath).arg(qtInstallPath));
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user