Added 'check' target for tests
[ptas] / tests / ut_template / ut_template.pro
1 include(../ut_common.pri)
2
3 TARGET = ut_template
4 QT += testlib
5 QT -= gui
6 CONFIG += console
7 CONFIG -= app_bundle
8 TEMPLATE = app
9 OBJECTS_DIR = .obj
10 MOC_DIR = .moc
11 SOURCES += ut_template.cpp
12 HEADERS += ut_template.h
13
14 include(../check.pri)