Files
qt-creator/shared/autotest/src.pro

14 lines
228 B
Prolog
Raw Normal View History

2014-10-07 12:30:54 +02:00
@if "%RequireGUI%" == "true"
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
2014-10-07 12:30:54 +02:00
@else
QT -= gui
CONFIG += console
2014-10-07 12:30:54 +02:00
CONFIG -= app_bundle
@endif
TEMPLATE = app
TARGET = %ProjectName%
2014-10-07 12:30:54 +02:00
SOURCES += main.%CppSourceSuffix%