aboutsummaryrefslogtreecommitdiffstats
path: root/shared/autotest/src.pro
blob: 3d0e33848b6e23572e7de55d48682aeeae0ef9aa (plain)
1
2
3
4
5
6
7
8
9
10
@if "%RequireGUI%" == "true"
QT += gui widgets
@else
QT += console
CONFIG -= app_bundle
@endif

TEMPLATE = app

SOURCES += main.%CppSourceSuffix%