From d3dd53eaa16a6633f6a74b5abf248a026d97795e Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Wed, 15 Apr 2015 21:41:29 +0300 Subject: [PATCH] Change name for Valentina's test binary. --HG-- branch : develop --- src/test/ValentinaTest/ValentinaTest.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ValentinaTest/ValentinaTest.pro b/src/test/ValentinaTest/ValentinaTest.pro index bf17403fc..ee17e14c1 100644 --- a/src/test/ValentinaTest/ValentinaTest.pro +++ b/src/test/ValentinaTest/ValentinaTest.pro @@ -6,7 +6,7 @@ QT += testlib gui printsupport -TARGET = tst_test +TARGET = ValentinaTests # File with common stuff for whole project include(../../../Valentina.pri)