forked from qt-creator/qt-creator
Squish: Using native directory separators on Windows
Change-Id: I8ecf6a8798526b9d9dd0909b9c7e4f61d00d530e Reviewed-on: http://codereview.qt-project.org/5552 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
This commit is contained in:
committed by
Christian Stenger
parent
74cb368fc1
commit
5daf6705ac
@@ -50,9 +50,9 @@ def __removeTmpSettingsDir__():
|
||||
deleteDirIfExists(os.path.dirname(tmpSettingsDir))
|
||||
|
||||
if platform.system() in ('Windows', 'Microsoft'):
|
||||
sdkPath = "C:/QtSDK"
|
||||
sdkPath = "C:\\QtSDK"
|
||||
cwd = os.getcwd() # current dir is directory holding qtcreator.py
|
||||
cwd+="/../../settings/windows"
|
||||
cwd+="\\..\\..\\settings\\windows"
|
||||
else:
|
||||
sdkPath = os.path.expanduser("~/QtSDK")
|
||||
cwd = os.getcwd() # current dir is directory holding qtcreator.py
|
||||
|
||||
Reference in New Issue
Block a user