forked from qt-creator/qt-creator
Squish: Qt version tooltip now uses native dir separators
Change-Id: I157640df29abd4d0a1d02e4579f1b37f1346b784 Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
This commit is contained in:
committed by
Robert Löhning
parent
a2d4538cfc
commit
f5a737e0cb
@@ -254,7 +254,7 @@ def __getQMakeLibPath__(qtToolTip):
|
||||
# helper that tries to get the path of qmake of the QtVersion ToolTip
|
||||
def __getQMakeBinPath__(qtToolTip):
|
||||
qmake = ___searchInsideQtVersionToolTip___(qtToolTip, "qmake:")
|
||||
endIndex = qmake.find("/qmake")
|
||||
endIndex = qmake.find(os.sep + "qmake")
|
||||
return qmake[:endIndex]
|
||||
|
||||
# helper that does the work for __getMkspec__() and __getQMakeVersion__()
|
||||
|
||||
Reference in New Issue
Block a user