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

12 lines
169 B
Prolog
Raw Normal View History

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