summaryrefslogtreecommitdiff
path: root/tests/system/suite_CCOM/tst_CCOM01/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_CCOM/tst_CCOM01/test.py')
-rwxr-xr-xtests/system/suite_CCOM/tst_CCOM01/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_CCOM/tst_CCOM01/test.py b/tests/system/suite_CCOM/tst_CCOM01/test.py
index e0b9016fef..f795ede512 100755
--- a/tests/system/suite_CCOM/tst_CCOM01/test.py
+++ b/tests/system/suite_CCOM/tst_CCOM01/test.py
@@ -44,7 +44,7 @@ def main():
return
# open example project
# qmlapplicationviewer of this example supports only Qt version < 5
- targets = Targets.desktopTargetClasses() ^ Targets.DESKTOP_501_DEFAULT ^ Targets.DESKTOP_521_DEFAULT
+ targets = Targets.desktopTargetClasses() ^ Targets.DESKTOP_521_DEFAULT ^ Targets.DESKTOP_531_DEFAULT
checkedTargets = openQmakeProject(examplePath, targets)
if not replaceLine("propertyanimation.Sources.main\\.cpp",
"#include <QtGui/QApplication>",