aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@theqtcompany.com>2015-03-30 12:56:21 +0200
committerChristian Stenger <christian.stenger@theqtcompany.com>2015-03-30 14:52:57 +0300
commitdbf11d4520ba188415f469ca4e1713c7e0412225 (patch)
tree9d35bff1af42fb9e9597935406a4e8ea6b4a26ff
parent91677381795e0f261c286ef6c5170702362c826b (diff)
Set TARGET for application to project nameat-v3.4.0-rc1
Change-Id: I12ed1df61cf364c6c390f8196f2f6174fe098aee Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com>
-rw-r--r--shared/autotest/src.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/autotest/src.pro b/shared/autotest/src.pro
index 3d0e33848b..26f9b3a152 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%