diff options
author | Christian Stenger <christian.stenger@theqtcompany.com> | 2015-03-30 12:56:21 +0200 |
---|---|---|
committer | Christian Stenger <christian.stenger@theqtcompany.com> | 2015-03-30 14:52:57 +0300 |
commit | dbf11d4520ba188415f469ca4e1713c7e0412225 (patch) | |
tree | 9d35bff1af42fb9e9597935406a4e8ea6b4a26ff /shared/autotest | |
parent | 91677381795e0f261c286ef6c5170702362c826b (diff) | |
download | qt-creator-dbf11d4520ba188415f469ca4e1713c7e0412225.tar.gz |
Set TARGET for application to project nameat-v3.4.0-rc1
Change-Id: I12ed1df61cf364c6c390f8196f2f6174fe098aee
Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com>
Diffstat (limited to 'shared/autotest')
-rw-r--r-- | shared/autotest/src.pro | 1 |
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% |