QtVersion: Add sysroot for Meego.

This commit is contained in:
Christian Kandeler
2011-04-26 15:02:33 +02:00
parent b7531ac3d0
commit db24a27b84

View File

@@ -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"));