From dfabb4e7dfaf8c94d502957ad691df8fc7574e00 Mon Sep 17 00:00:00 2001
From: "a.yankovich" <EndrIIMail@gmail.com>
Date: Tue, 4 Feb 2020 18:10:25 +0300
Subject: [PATCH] windows disable tests

---
 test.pri | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test.pri b/test.pri
index 1adbe08..6c49227 100644
--- a/test.pri
+++ b/test.pri
@@ -7,7 +7,7 @@ contains(QMAKE_HOST.os, Linux):{
     QMAKE_BIN= $$QT_DIR/qmake
 }
 
-deployTest.commands = cqtdeployer -bin $$exec clear -qmake $$QMAKE_BIN -targetDir $$PWD/deployTests -libDir $$PWD -recursiveDepth 4
+unix:deployTest.commands = cqtdeployer -bin $$exec clear -qmake $$QMAKE_BIN -targetDir $$PWD/deployTests -libDir $$PWD -recursiveDepth 4
 
 
 test.depends = deployTest