forked from qt-creator/qt-creator
Squish: Fixed typo in getQtInformationForBuildSettings()
Change-Id: Ice68ff84354fa35da7d1217abc3e40acc3783691 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -139,7 +139,7 @@ def getQtInformationForBuildSettings(kitCount, alreadyOnProjectsBuildSettings=Fa
|
||||
qtLibPath = getQtInformationByQMakeCall(qtDir, QtInformation.QT_LIBPATH)
|
||||
qtBinPath = getQtInformationByQMakeCall(qtDir, QtInformation.QT_BINPATH)
|
||||
if afterSwitchTo:
|
||||
if ViewConstants.WELCOME <= afterSwitchTo <= ViewConstans.LAST_AVAILABLE:
|
||||
if ViewConstants.WELCOME <= afterSwitchTo <= ViewConstants.LAST_AVAILABLE:
|
||||
switchViewTo(afterSwitchTo)
|
||||
else:
|
||||
test.warning("Don't know where you trying to switch to (%s)" % afterSwitchTo)
|
||||
|
Reference in New Issue
Block a user