Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt Creator 4.6.0-rc1
-
None
Description
- tst_opencreator_qbs
- tst_openqt_creator
- tst_qtquick_creation
if len(checkedTargets) == 0: if controls and qtVersion < "5.7": test.xfail("Could not check wanted target.", "Quick Controls 2 wizard needs Qt5.7+") else: test.fatal("Could not check wanted target")
(When using 5.10 in this test, you can also remove parameter "targets" from createNewQtQuickApplication())
- tst_qtquick_creation3
available = ["5.6"] for qtVersion in available: # using a temporary directory won't mess up a potentially existing workingDir = tempDir() projectName = createNewQtQuickUI(workingDir, qtVersion) kit = Targets.getStringForTarget(Targets.DESKTOP_5_6_1_DEFAULT)
Attachments
Issue Links
- depends on
-
QTCREATORBUG-19440 Add kit with current Qt version for Squish tests
- Closed
- is required for
-
QTCREATORBUG-20344 Squish: Update Creator's sources used in tests
- Closed