Extracted more common stuff to ut_common.pri
[ptas] / tests / ut_gmocktemplate / ut_gmocktemplate.pro
index 78a6c05..a4beb4f 100644 (file)
@@ -1,15 +1,10 @@
 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 +=
+SOURCES += ut_gmocktemplate.cpp \
+    $$SRCDIR/gmocktemplate.cpp
+HEADERS += \
+    $$SRCDIR/gmocktemplate.h
 
 include(../gmock.pri)
 include(../check.pri)