Squish: Maemo is subset of Harmattan

see https://bugreports.qt-project.org/browse/QTCREATORBUG-6965

Change-Id: I56852572976806ba74c95b9b40f647d217a95003
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
Reviewed-by: Bill King <bill.king@nokia.com>
This commit is contained in:
Christian Stenger
2012-02-17 13:43:19 +01:00
parent 2547d9a7d9
commit 0f703ea068
-2
View File
@@ -407,8 +407,6 @@ def __getSupportedPlatforms__(text):
result.append(QtQuickConstants.Targets.DESKTOP)
if 'MeeGo/Harmattan' in supports:
result.append(QtQuickConstants.Targets.HARMATTAN)
addSimulator = True
if 'Maemo' in supports:
result.append(QtQuickConstants.Targets.MAEMO5)
addSimulator = True
if 'Symbian' in supports: