Skip to content
Snippets Groups Projects
Commit cfacc486 authored by Bill King's avatar Bill King
Browse files

SQUISH: Use env var for src path if available.


Change-Id: I1844db3bb3dc5eca0c434089288916ac86db775a
Reviewed-by: default avatarChristian Stenger <christian.stenger@nokia.com>
parent 046f25ea
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ else:
cwd = os.getcwd() # current dir is directory holding qtcreator.py
cwd+="/../../settings/unix"
defaultQtVersion = "Desktop Qt 4.7.4 for GCC (Qt SDK)"
srcPath = sdkPath + "/src"
srcPath = os.getenv("SYSTEST_SRCPATH", sdkPath + "/src")
cwd = os.path.abspath(cwd)
tmpSettingsDir = tempDir()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment