Files
qt-creator/shared/autotest/src.pro
Christian Stenger dbf11d4520 Set TARGET for application to project name
Change-Id: I12ed1df61cf364c6c390f8196f2f6174fe098aee
Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com>
2015-03-30 14:52:57 +03:00

12 lines
169 B
Prolog

@if "%RequireGUI%" == "true"
QT += gui widgets
@else
QT += console
CONFIG -= app_bundle
@endif
TEMPLATE = app
TARGET = %ProjectName%
SOURCES += main.%CppSourceSuffix%