forked from qt-creator/qt-creator
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user