From dbf11d4520ba188415f469ca4e1713c7e0412225 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Mon, 30 Mar 2015 12:56:21 +0200 Subject: [PATCH] Set TARGET for application to project name Change-Id: I12ed1df61cf364c6c390f8196f2f6174fe098aee Reviewed-by: Robert Loehning --- shared/autotest/src.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/autotest/src.pro b/shared/autotest/src.pro index 3d0e33848b6..26f9b3a1523 100644 --- a/shared/autotest/src.pro +++ b/shared/autotest/src.pro @@ -6,5 +6,6 @@ CONFIG -= app_bundle @endif TEMPLATE = app +TARGET = %ProjectName% SOURCES += main.%CppSourceSuffix%