Extracted more common stuff to ut_common.pri
[ptas] / tests / ut_template / ut_template.pro
1 include(../ut_common.pri)
2
3 TARGET = ut_template
4 QT += testlib
5 SOURCES += ut_template.cpp \
6     $$SRCDIR/template.cpp
7 HEADERS += ut_template.h \
8     $$SRCDIR/template.h
9
10 include(../check.pri)