Skip to content
Snippets Groups Projects
Commit 98c98478 authored by Robert Loehning's avatar Robert Loehning
Browse files

Squish: No QML debugging with Qt 4.7


Task-number: QTCREATORBUG-10528
Change-Id: I41eab9bc179cb00b489dbc7576dd36c6377569a6
Reviewed-by: default avatarChristian Stenger <christian.stenger@digia.com>
parent 924a45dc
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,8 @@ def main():
startApplication("qtcreator" + SettingsPath)
if not startedWithoutPluginError():
return
targets = Targets.desktopTargetClasses()
# Requires Qt 4.8
targets = Targets.desktopTargetClasses() ^ Targets.DESKTOP_474_GCC
if not checkDebuggingLibrary(Targets.intToArray(targets)):
test.fatal("Error while checking debugging libraries - leaving this test.")
invokeMenuItem("File", "Exit")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment