Moved files to make zouba the only project.
[ptas] / tests / ut_gmocktest / ut_gmocktest.pro
diff --git a/tests/ut_gmocktest/ut_gmocktest.pro b/tests/ut_gmocktest/ut_gmocktest.pro
deleted file mode 100644 (file)
index 77fcf85..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-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)
-include(../check.pri)