forked from qt-creator/qt-creator
Qnx: Fix C++ debugging
Task-number: QTCREATORBUG-17901 Change-Id: Iab7dfa3eb9a211770e45405f344d75ff20e8acae Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
2
dist/changes-4.4.1.md
vendored
2
dist/changes-4.4.1.md
vendored
@@ -62,5 +62,5 @@ Android
|
|||||||
|
|
||||||
QNX
|
QNX
|
||||||
|
|
||||||
* Fixed debugging (QTCREATORBUG-18804)
|
* Fixed debugging (QTCREATORBUG-18804, QTCREATORBUG-17901)
|
||||||
* Fixed QML profiler startup (QTCREATORBUG-18954)
|
* Fixed QML profiler startup (QTCREATORBUG-18954)
|
||||||
|
@@ -134,8 +134,10 @@ void QnxDebugSupport::start()
|
|||||||
}
|
}
|
||||||
|
|
||||||
auto qtVersion = dynamic_cast<QnxQtVersion *>(QtSupport::QtKitInformation::qtVersion(k));
|
auto qtVersion = dynamic_cast<QnxQtVersion *>(QtSupport::QtKitInformation::qtVersion(k));
|
||||||
if (qtVersion)
|
if (qtVersion) {
|
||||||
params.solibSearchPath = QnxUtils::searchPaths(qtVersion);
|
params.solibSearchPath = QnxUtils::searchPaths(qtVersion);
|
||||||
|
params.sysRoot = qtVersion->qnxTarget();
|
||||||
|
}
|
||||||
|
|
||||||
setStartParameters(params);
|
setStartParameters(params);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user