aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2018-06-22 10:44:22 +0200
committerRobert Loehning <robert.loehning@qt.io>2018-06-26 14:21:19 +0000
commitcd45ce5f391cd3006d35b6dbeccebd808514f493 (patch)
treeefefff5d2a9e50cc4103364105cf0d9ec0efa220 /tests
parent922c73ad675a4dc38ceff74e883e68c166da2771 (diff)
Squish: Remove Qt4 from expected kits for widget application wizard
Change-Id: I747b47a5adb684f9ef3c245427707ead9ffba20a Reviewed-by: Robert Loehning <robert.loehning@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/system/shared/project.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/system/shared/project.py b/tests/system/shared/project.py
index 5219d675dd..f48f261f67 100644
--- a/tests/system/shared/project.py
+++ b/tests/system/shared/project.py
@@ -548,6 +548,8 @@ def __getSupportedPlatforms__(text, templateName, getAsStrings=False):
result.extend([Targets.DESKTOP_5_6_1_DEFAULT, Targets.DESKTOP_5_10_1_DEFAULT])
if platform.system() != 'Darwin':
result.append(Targets.DESKTOP_5_4_1_GCC)
+ if templateName == "Qt Widgets Application":
+ result.remove(Targets.DESKTOP_4_8_7_DEFAULT)
elif 'Platform independent' in text:
result = Targets.desktopTargetClasses()
else: