d352622b82cc2a75c2b5404c80b89cd45cbc6749
[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)