forked from qt-creator/qt-creator
		
	Squish: Fix obsolete parameter
Change-Id: Ie21ef72546408158d0d487d5b8dccf4d7ee2603f Reviewed-by: Robert Löhning <robert.loehning@nokia.com> Reviewed-by: Bill King <bill.king@nokia.com>
This commit is contained in:
		| @@ -148,7 +148,7 @@ def __getMkspecFromQmake__(qmakeCall): | ||||
|     QmakeConfPath = getOutputFromCmdline("%s -query QMAKE_MKSPECS" % qmakeCall).strip() | ||||
|     for tmpPath in QmakeConfPath.split(os.pathsep): | ||||
|         tmpPath = tmpPath + os.sep + "default" + os.sep +"qmake.conf" | ||||
|         result = __getMkspecFromQMakeConf__(tmpPath, True) | ||||
|         result = __getMkspecFromQMakeConf__(tmpPath) | ||||
|         if result != None: | ||||
|             return result.strip() | ||||
|     test.warning("Could not find qmake.conf inside provided QMAKE_MKSPECS path", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user