forked from qt-creator/qt-creator
Qnx: Save BlackBerry user configurations
* Add a bbndkconfigurations.xml file to store BlackBerry user configurations * Save both manual and auto detected user configurations * Mark invalid configurations in the BlackBerry settings widget * Provide a cleanup user action to clear invalid configurations Task-number: QTCREATORBUG-11004 Change-Id: Ibb29aa5010317f62233865d42d6ca4ae3afa0de3 Reviewed-by: David Kaspar <dkaspar@blackberry.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Mehdi Fekari
parent
1131c11a11
commit
41a2059f85
@@ -258,6 +258,7 @@ QList<NdkInstallInformation> QnxUtils::installedNdks()
|
||||
ndkInfo.host = childElt.firstChildElement(QLatin1String("host")).text();
|
||||
ndkInfo.target = childElt.firstChildElement(QLatin1String("target")).text();
|
||||
ndkInfo.version = childElt.firstChildElement(QLatin1String("version")).text();
|
||||
ndkInfo.installationXmlFilePath = ndkFile.absoluteFilePath();
|
||||
|
||||
ndkList.append(ndkInfo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user