Maemo does support shadow building

This commit is contained in:
dt
2010-05-12 16:50:37 +02:00
parent 51bfaa4c83
commit cf57bda96f

View File

@@ -627,16 +627,6 @@ bool QtVersion::supportsShadowBuilds() const
// We can not support shadow building with the ABLD system
return false;
}
if (targets.contains(Constants::MAEMO_DEVICE_TARGET_ID)) {
#if defined(Q_OS_WIN)
// qmake -unix fails with shadow building on windows
return false;
#else
// ... but works fine anywhere else
return true;
#endif
}
return true;
}