Files
qt-creator/shared/autotest/tst.pro
Christian Stenger 2f4139e5d3 Initial commit
2014-12-04 13:52:14 +01:00

15 lines
272 B
Prolog

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%