forked from qt-creator/qt-creator
Set TARGET for application to project name
Change-Id: I12ed1df61cf364c6c390f8196f2f6174fe098aee Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com>
This commit is contained in:
@@ -6,5 +6,6 @@ CONFIG -= app_bundle
|
|||||||
@endif
|
@endif
|
||||||
|
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
TARGET = %ProjectName%
|
||||||
|
|
||||||
SOURCES += main.%CppSourceSuffix%
|
SOURCES += main.%CppSourceSuffix%
|
||||||
|
Reference in New Issue
Block a user