Do not build tests when build installer.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-06-13 15:06:09 +03:00
parent 9a81944b65
commit 00f854f1d9

View File

@ -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