diff --git a/tests/system/shared/project.py b/tests/system/shared/project.py
index cdc3701003ec96feb38eafc03c9dfb894f3ea7f0..1ebf8fbe351dea4be55986b73c5b71948f5c79a4 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: