Squish: Fixed typo in getQtInformationForBuildSettings()

Change-Id: Ice68ff84354fa35da7d1217abc3e40acc3783691
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
Robert Loehning
2013-04-03 13:56:10 +02:00
parent 286240af0e
commit 4319b64c62

View File

@@ -139,7 +139,7 @@ def getQtInformationForBuildSettings(kitCount, alreadyOnProjectsBuildSettings=Fa
qtLibPath = getQtInformationByQMakeCall(qtDir, QtInformation.QT_LIBPATH) qtLibPath = getQtInformationByQMakeCall(qtDir, QtInformation.QT_LIBPATH)
qtBinPath = getQtInformationByQMakeCall(qtDir, QtInformation.QT_BINPATH) qtBinPath = getQtInformationByQMakeCall(qtDir, QtInformation.QT_BINPATH)
if afterSwitchTo: if afterSwitchTo:
if ViewConstants.WELCOME <= afterSwitchTo <= ViewConstans.LAST_AVAILABLE: if ViewConstants.WELCOME <= afterSwitchTo <= ViewConstants.LAST_AVAILABLE:
switchViewTo(afterSwitchTo) switchViewTo(afterSwitchTo)
else: else:
test.warning("Don't know where you trying to switch to (%s)" % afterSwitchTo) test.warning("Don't know where you trying to switch to (%s)" % afterSwitchTo)