Commit a06526a1163b42980004baf7dce456f3f6281d29
| |   |
| 4467 | 4467 | { |
| 4468 | 4468 | const QString qtInstallPath = m_startParameters->qtInstallPath; |
| 4469 | 4469 | if (!qtInstallPath.isEmpty()) { |
| QString qtBuildPath = |
| #if defined(Q_OS_WIN) |
| _("C:/qt-greenhouse/Trolltech/Code_less_create_more/Trolltech/Code_less_create_more/Troll/4.6/qt"); |
| #elif defined(Q_OS_MAC) |
| QString(); |
| #else |
| _("/var/tmp/qt-x11-src-4.6.0"); |
| #endif |
| if (!qtBuildPath.isEmpty()) |
| QString qtBuildPath; |
| #if defined(Q_OS_WIN) |
| qtBuildPath = _("C:/qt-greenhouse/Trolltech/Code_less_create_more/Trolltech/Code_less_create_more/Troll/4.6/qt"); |
| 4479 | 4473 | postCommand(_("set substitute-path %1 %2") |
| .arg(qtBuildPath).arg(qtInstallPath)); |
| .arg(qtBuildPath).arg(qtInstallPath)); |
| qtBuildPath = _("C:/iwmake/build_mingw_opensource"); |
| 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.0"); |
| postCommand(_("set substitute-path %1 %2") |
| .arg(qtBuildPath).arg(qtInstallPath)); |
| #endif |
| 4481 | 4483 | } |
| 4482 | 4484 | |
| 4483 | 4485 | // Initial attempt to set breakpoints |