Set TARGET for application to project name

Change-Id: I12ed1df61cf364c6c390f8196f2f6174fe098aee
Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com>
This commit is contained in:
Christian Stenger
2015-03-30 12:56:21 +02:00
parent 9167738179
commit dbf11d4520

View File

@@ -6,5 +6,6 @@ CONFIG -= app_bundle
@endif @endif
TEMPLATE = app TEMPLATE = app
TARGET = %ProjectName%
SOURCES += main.%CppSourceSuffix% SOURCES += main.%CppSourceSuffix%