forked from qt-creator/qt-creator
Squish: Removed pointless lines
Change-Id: I867acd4e00531d6d50553710a00b1cadfc0c3cee Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -5,9 +5,6 @@ workingDir = None
|
|||||||
def main():
|
def main():
|
||||||
global workingDir
|
global workingDir
|
||||||
startApplication("qtcreator" + SettingsPath)
|
startApplication("qtcreator" + SettingsPath)
|
||||||
targets = [QtQuickConstants.Targets.DESKTOP_474_GCC]
|
|
||||||
if platform.system() in ('Windows', 'Microsoft'):
|
|
||||||
targets.append(QtQuickConstants.Targets.DESKTOP_474_MSVC2008)
|
|
||||||
# using a temporary directory won't mess up a potentially existing
|
# using a temporary directory won't mess up a potentially existing
|
||||||
workingDir = tempDir()
|
workingDir = tempDir()
|
||||||
checkedTargets, projectName = createNewQtQuickApplication(workingDir)
|
checkedTargets, projectName = createNewQtQuickApplication(workingDir)
|
||||||
|
Reference in New Issue
Block a user