From fbe1c05c7d6dc335e90b9864a80cb458cbced7de Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Sat, 3 Oct 2020 06:39:33 +0200 Subject: [PATCH] macOS : disable project database export --- misc/MacQetDeploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/MacQetDeploy.sh b/misc/MacQetDeploy.sh index 662b9ed28..6d303643a 100644 --- a/misc/MacQetDeploy.sh +++ b/misc/MacQetDeploy.sh @@ -72,7 +72,8 @@ echo "Run GIT:" # Fait une mise à jour git pull #git checkout foliolist_position - +#disable project database export +sed -i 's/DEFINES += QET_EXPORT_PROJECT_DB/#DEFINES += QET_EXPORT_PROJECT_DB/' qelectrotech.pro # recupere le numero de la nouvelle revision GITCOMMIT=$(git rev-parse --short HEAD)