From 0f703ea06892bc427b3b220d0bde9a818a2e1d8b Mon Sep 17 00:00:00 2001
From: Christian Stenger <christian.stenger@nokia.com>
Date: Fri, 17 Feb 2012 13:43:19 +0100
Subject: [PATCH] Squish: Maemo is subset of Harmattan
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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>
---
 tests/system/shared/project.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/system/shared/project.py b/tests/system/shared/project.py
index cdc3701003e..1ebf8fbe351 100644
--- a/tests/system/shared/project.py
+++ b/tests/system/shared/project.py
@@ -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:
-- 
GitLab