forked from qt-creator/qt-creator
QtVersion: Add sysroot for Meego.
This commit is contained in:
@@ -1619,7 +1619,8 @@ void QtVersion::updateAbiAndMkspec() const
|
|||||||
|
|
||||||
// Set up systemroot
|
// Set up systemroot
|
||||||
if (supportsTargetId(Constants::MAEMO5_DEVICE_TARGET_ID)
|
if (supportsTargetId(Constants::MAEMO5_DEVICE_TARGET_ID)
|
||||||
|| supportsTargetId(Constants::HARMATTAN_DEVICE_TARGET_ID)) {
|
|| supportsTargetId(Constants::HARMATTAN_DEVICE_TARGET_ID)
|
||||||
|
|| supportsTargetId(Constants::MEEGO_DEVICE_TARGET_ID)) {
|
||||||
if (m_systemRoot.isNull()) {
|
if (m_systemRoot.isNull()) {
|
||||||
QFile file(QDir::cleanPath(MaemoGlobal::targetRoot(this))
|
QFile file(QDir::cleanPath(MaemoGlobal::targetRoot(this))
|
||||||
+ QLatin1String("/information"));
|
+ QLatin1String("/information"));
|
||||||
|
|||||||
Reference in New Issue
Block a user