From 00f854f1d977d7c5deb9cb332771f5d64638d8ab Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 13 Jun 2016 15:06:09 +0300 Subject: [PATCH] Do not build tests when build installer. --HG-- branch : develop --- scripts/make_install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_install.bat b/scripts/make_install.bat index 829f7006d..30321070a 100644 --- a/scripts/make_install.bat +++ b/scripts/make_install.bat @@ -23,7 +23,7 @@ mkdir build cd build cd -qmake -r ..\Valentina.pro +qmake -r CONFIG+=noTests ..\Valentina.pro IF ERRORLEVEL 1 GOTO ERRORQMAKE1 IF ERRORLEVEL 0 GOTO MAKE