summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2019-05-08 11:01:18 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2019-05-08 11:45:54 +0000
commita04a9fb88a5dbaac7ae81dfa4c4b3b0590a53fb2 (patch)
tree2b7bb14b47d89555e102393d2836a81907cad046 /src
parent81c389822d476918861a72a51f68a6ef8c89e3ca (diff)
downloadqtivi-a04a9fb88a5dbaac7ae81dfa4c4b3b0590a53fb2.tar.gz
ivigenerator: Fix the timing issue when install the virtualenv
On macos we need a additional install rule to make sure the hidden .Python library is installed into the virtualenv as well. This needs to be done after the virtualenv has been installed, as otherwise the virtualenv might not be copied because the folder already exists. Change-Id: Id6c467dccd5bcc5db77fc647c6c48ff24f784983 Fixes: AUTOSUITE-950 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'src')
-rw-r--r--src/tools/ivigenerator/qface_internal_build.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/ivigenerator/qface_internal_build.pri b/src/tools/ivigenerator/qface_internal_build.pri
index ab71377..99b84a7 100644
--- a/src/tools/ivigenerator/qface_internal_build.pri
+++ b/src/tools/ivigenerator/qface_internal_build.pri
@@ -93,6 +93,7 @@ equals(QMAKE_HOST.os, Darwin) {
# In case the file doesn't exist, touch creates it and fixes the install target
virtualenv-python.extra = @touch $$OUT_PWD/qtivi_qface_virtualenv/.Python
virtualenv-python.CONFIG = no_check_exist
+ virtualenv-python.depends = install_virtualenv
INSTALLS += virtualenv-python
}