forked from qt-creator/qt-creator
Updated the Qt src/build path to be Qt version independent
(cherry picked from commit 5268aaed0d
)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user