From 3b71cb7dfe33d30f1a554090a6e0e0e0e5c4cbdb Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Sat, 3 Oct 2020 07:06:05 +0200 Subject: [PATCH] Revert "macOS : disable project database export" This reverts commit fbe1c05c7d6dc335e90b9864a80cb458cbced7de. --- misc/MacQetDeploy.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/misc/MacQetDeploy.sh b/misc/MacQetDeploy.sh index 6d303643a..662b9ed28 100644 --- a/misc/MacQetDeploy.sh +++ b/misc/MacQetDeploy.sh @@ -72,8 +72,7 @@ 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)