forked from qt-creator/qt-creator
Disable shadow builds on Windows for Fremantle and Harmattan as well.
Addendum to 8839031e60.
This commit is contained in:
@@ -752,7 +752,9 @@ bool QtVersion::supportsShadowBuilds() const
|
||||
return false;
|
||||
}
|
||||
#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;
|
||||
#endif
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user