TEMPLATE = app
@if "%TYPE%" == "core"
QT = core
@else
QT = core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
@endif
@if "%CONSOLE%" == "true"
CONFIG += console
@if "%APP_BUNDLE%" == "false"
CONFIG -= app_bundle
CONFIG += c++11
SOURCES += main.%CppSourceSuffix%