summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/wizards/autotest/tst.pro
blob: 8aa61b767e73a77e84bfa170d60ae0732fb4f3f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT += testlib
@if "%RequireGUI%" == "false"
QT -= gui

CONFIG += qt console warn_on depend_includepath testcase
CONFIG -= app_bundle
@else
QT += gui
CONFIG += qt warn_on depend_includepath testcase
@endif

TEMPLATE = app

SOURCES += tst_%TestCaseName:l%.%CppSourceSuffix%