8ae82cf29709d59bc3c74af3bf49bafe279d70a8
[ptas] / tests / ut_gmocktest / ut_gmocktest.pro
1 TARGET = ut_gmocktest
2 QT += testlib
3 QT -= gui
4 CONFIG += console
5 CONFIG -= app_bundle
6 TEMPLATE = app
7 OBJECTS_DIR = .obj
8 MOC_DIR = .moc
9 SOURCES += ut_gmocktest.cpp \
10     painter.cpp
11 HEADERS += \
12     turtle.h \
13     mock_turtle.h \
14     painter.h
15
16 include(../gmock.pri)