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

15 lines
272 B
Prolog
Raw Normal View History

2014-10-07 12:30:54 +02:00
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%