forked from qt-creator/qt-creator
Squish: Fix handling of project settings
This patch handles the removed Qt version combobox. If applied this should let some more tests (using compile or debug) run to the end. Change-Id: I288eda85eb7bdc62309252bfe883608a50b7fb8d Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
This commit is contained in:
@@ -122,3 +122,7 @@ class SubprocessType:
|
||||
test.fatal("Could not determine the WindowType for SubprocessType %s" % subprocessType)
|
||||
return None
|
||||
|
||||
class QtInformation:
|
||||
QT_VERSION = 0
|
||||
QT_BINPATH = 1
|
||||
QT_LIBPATH = 2
|
||||
|
||||
Reference in New Issue
Block a user