summaryrefslogtreecommitdiff
path: root/tests/system/suite_qtquick
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2013-03-27 14:15:05 +0100
committerRobert Loehning <robert.loehning@digia.com>2013-03-27 17:11:41 +0100
commitd41e01696af75a2dee2d90a95965f24fc7d6c13d (patch)
tree154d065c28945df813b7298a542a91ea86835901 /tests/system/suite_qtquick
parentf706d18374da93a6a9e535f14bb66fe60f246fc5 (diff)
downloadqt-creator-d41e01696af75a2dee2d90a95965f24fc7d6c13d.tar.gz
Squish: Added Qt 5.0.1 Kit
Change-Id: Ia5c81254de3bd2ad3537ac3a300aa2dbe0e16015 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'tests/system/suite_qtquick')
-rw-r--r--tests/system/suite_qtquick/tst_qtquick_creation3/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/system/suite_qtquick/tst_qtquick_creation3/test.py b/tests/system/suite_qtquick/tst_qtquick_creation3/test.py
index 1ff2ef3d36..ee952828f0 100644
--- a/tests/system/suite_qtquick/tst_qtquick_creation3/test.py
+++ b/tests/system/suite_qtquick/tst_qtquick_creation3/test.py
@@ -10,9 +10,9 @@ def main():
test.log("Running project")
# TODO replace this quickfix with a proper identification of kits
# changes to createNewQtQuickUI(...) after fixing QTCREATORBUG-8704 will probably handle this
- kitCount = 1
+ kitCount = 2
if platform.system() in ('Windows', 'Microsoft'):
- kitCount = 2
+ kitCount = 3
qmlViewer = modifyRunSettingsForHookIntoQtQuickUI(kitCount, workingDir, projectName, 11223)
if qmlViewer!=None:
qmlViewerPath = os.path.dirname(qmlViewer)