From 973e61087e7f71c74427f775f2c84968f462ad5d Mon Sep 17 00:00:00 2001 From: Edoardo Prezioso Date: Thu, 4 Aug 2011 21:20:39 +0200 Subject: [PATCH] Fixed #2961 (Test executable name differs between Makefile and test.pro) --- test/test.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.pro b/test/test.pro index f04936497..503ad1b1f 100644 --- a/test/test.pro +++ b/test/test.pro @@ -1,6 +1,6 @@ TEMPLATE = app -TARGET = test +TARGET = testrunner DEPENDPATH += . INCLUDEPATH += . ../cli ../lib OBJECTS_DIR = temp