2f6c4c4eaed9e45a383758735776746434e247e0
[ptas] / tests / ut_kkj / ut_kkj.pro
1 include(../ut_common.pri)
2
3 TARGET = ut_kkj
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_kkj.cpp \
12     $$SRCDIR/kkj.cpp
13 HEADERS += \
14     $$SRCDIR/kkj.h
15
16 include(../gmock.pri)
17 include(../check.pri)