forked from qt-creator/qt-creator
Change-Id: I12ed1df61cf364c6c390f8196f2f6174fe098aee Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com>
12 lines
169 B
Prolog
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%
|