Merge branch 'common_services'
[ptas] / tests / ut_gmocktemplate / ut_gmocktemplate.pro
diff --git a/tests/ut_gmocktemplate/ut_gmocktemplate.pro b/tests/ut_gmocktemplate/ut_gmocktemplate.pro
new file mode 100644 (file)
index 0000000..78a6c05
--- /dev/null
@@ -0,0 +1,15 @@
+include(../ut_common.pri)
+
+TARGET = ut_gmocktemplate
+QT += testlib
+QT -= gui
+CONFIG += console
+CONFIG -= app_bundle
+TEMPLATE = app
+OBJECTS_DIR = .obj
+MOC_DIR = .moc
+SOURCES += ut_gmocktemplate.cpp
+HEADERS +=
+
+include(../gmock.pri)
+include(../check.pri)