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