forked from qt-creator/qt-creator
Squish: Removing now unused constant defaultQtVersion
Its use was being removed in 6078d7e028
Change-Id: Ib27d7e9a7596fc6358edc1e4a09962951d105752
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -275,11 +275,9 @@ origSettingsDir = os.path.abspath(os.path.join(os.getcwd(), "..", "..", "setting
|
||||
if platform.system() in ('Windows', 'Microsoft'):
|
||||
sdkPath = "C:\\QtSDK"
|
||||
origSettingsDir = os.path.join(origSettingsDir, "windows")
|
||||
defaultQtVersion = "Qt 4.7.4 for Desktop - MinGW 4.4 (Qt SDK)"
|
||||
else:
|
||||
sdkPath = os.path.expanduser("~/QtSDK")
|
||||
origSettingsDir = os.path.join(origSettingsDir, "unix")
|
||||
defaultQtVersion = "Desktop Qt 4.7.4 for GCC (Qt SDK)"
|
||||
srcPath = os.getenv("SYSTEST_SRCPATH", sdkPath + "/src")
|
||||
|
||||
overrideStartApplication()
|
||||
|
||||
Reference in New Issue
Block a user