summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mkspecs/features/ivigenerator.prf2
-rw-r--r--src/tools/ivigenerator/deploy-virtualenv-files.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/mkspecs/features/ivigenerator.prf b/mkspecs/features/ivigenerator.prf
index 551b8c8..4ad8a09 100644
--- a/mkspecs/features/ivigenerator.prf
+++ b/mkspecs/features/ivigenerator.prf
@@ -69,7 +69,7 @@ qtConfig(system-qface) {
PYTHON = $$VIRTUALENV_PATH/bin/python
ENV += LD_LIBRARY_PATH="$$system_path($$VIRTUALENV_PATH/bin)"
ENV += PYTHONHOME=$$system_path($$VIRTUALENV_PATH)
- ENV += VIRTUAL_ENV=$PYTHONHOME
+ ENV += VIRTUAL_ENV=$$system_path($$VIRTUALENV_PATH)
}
}
IVI_GENERATOR = $$system_quote($$PYTHON) $$IVI_GENERATOR_PATH/generate.py
diff --git a/src/tools/ivigenerator/deploy-virtualenv-files.txt b/src/tools/ivigenerator/deploy-virtualenv-files.txt
index 5808a1e..97fec4c 100644
--- a/src/tools/ivigenerator/deploy-virtualenv-files.txt
+++ b/src/tools/ivigenerator/deploy-virtualenv-files.txt
@@ -3,6 +3,7 @@ io.py
site.py
os.py
stat.py
+tarfile.py
ntpath.py
genericpath.py
re.py