Merge branch 'common_services'
[ptas] / tests / ut_gmocktest / ut_gmocktest.pro
diff --git a/tests/ut_gmocktest/ut_gmocktest.pro b/tests/ut_gmocktest/ut_gmocktest.pro
new file mode 100644 (file)
index 0000000..8a516e3
--- /dev/null
@@ -0,0 +1,18 @@
+include(../ut_common.pri)
+
+TARGET = ut_gmocktest
+QT += testlib
+QT -= gui
+CONFIG += console
+CONFIG -= app_bundle
+TEMPLATE = app
+OBJECTS_DIR = .obj
+MOC_DIR = .moc
+SOURCES += ut_gmocktest.cpp \
+    painter.cpp
+HEADERS += \
+    turtle.h \
+    mock_turtle.h \
+    painter.h
+
+include(../gmock.pri)