forked from qt-creator/qt-creator
Qnx: Fix compilation
Change-Id: I1fe5e7cb99c8b52319588489ef506a0d9e13874a Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -138,7 +138,7 @@ void QnxDebugSupport::start()
|
|||||||
if (qtVersion)
|
if (qtVersion)
|
||||||
params.solibSearchPath = QnxUtils::searchPaths(qtVersion);
|
params.solibSearchPath = QnxUtils::searchPaths(qtVersion);
|
||||||
|
|
||||||
setStartParameters(params);
|
setRunParameters(params);
|
||||||
|
|
||||||
DebuggerRunTool::start();
|
DebuggerRunTool::start();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user