forked from qt-creator/qt-creator
Remove the need to set global scripts directory.
Change-Id: I8f937120f7b151b0c68480a898fd953ae542bf69 Reviewed-on: http://codereview.qt.nokia.com/3662 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
This commit is contained in:
@@ -7,8 +7,8 @@ SDKPath = ''
|
||||
SettingsPath = ''
|
||||
testSettings.logScreenshotOnFail = True
|
||||
|
||||
source(findFile("scripts", "utils.py"))
|
||||
source(findFile("scripts", "mainwin.py"))
|
||||
source("../../shared/utils.py")
|
||||
source("../../shared/mainwin.py")
|
||||
|
||||
if platform.system() in ('Windows', 'Microsoft'):
|
||||
SDKPath = "C:/QtSDK/src"
|
||||
|
||||
Reference in New Issue
Block a user