Disable shadow builds on Windows for Fremantle and Harmattan as well.

Addendum to 8839031e60.
This commit is contained in:
Christian Kandeler
2011-03-30 15:02:39 +02:00
parent 5ecb41afb5
commit 03e5c10a4a

View File

@@ -752,7 +752,9 @@ bool QtVersion::supportsShadowBuilds() const
return false; return false;
} }
#ifdef Q_OS_WIN #ifdef Q_OS_WIN
if (targets.contains(Constants::MEEGO_DEVICE_TARGET_ID)) if (targets.contains(Constants::MEEGO_DEVICE_TARGET_ID)
|| targets.contains(Constants::MAEMO5_DEVICE_TARGET_ID)
|| targets.contains(Constants::HARMATTAN_DEVICE_TARGET_ID))
return false; return false;
#endif #endif
return true; return true;