forked from qt-creator/qt-creator
S60: Falling back to epocRoot if toolsRoot is empty.
Reviewed-by: con
This commit is contained in:
@@ -140,6 +140,8 @@ bool S60Devices::readWin()
|
||||
device.toolsRoot = xml.readElementText();
|
||||
}
|
||||
}
|
||||
if (device.toolsRoot.isEmpty())
|
||||
device.toolsRoot = device.epocRoot;
|
||||
m_devices.append(device);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user