Coordinate system transformer
[ptas] / tests / ut_coordinatesystemtransformer / ut_coordinatesystemtransformer.pro
diff --git a/tests/ut_coordinatesystemtransformer/ut_coordinatesystemtransformer.pro b/tests/ut_coordinatesystemtransformer/ut_coordinatesystemtransformer.pro
new file mode 100644 (file)
index 0000000..213f01d
--- /dev/null
@@ -0,0 +1,22 @@
+include(../ut_common.pri)
+
+TARGET = ut_coordinatesystemtransformer
+QT += testlib
+QT -= gui
+CONFIG += console \
+    mobility
+CONFIG -= app_bundle
+MOBILITY = location
+TEMPLATE = app
+OBJECTS_DIR = .obj
+MOC_DIR = .moc
+SOURCES += \
+    ut_coordinatesystemtransformer.cpp \
+    $$SRCDIR/coordinatesystemtransformer.cpp \
+    $$SRCDIR/kkj.cpp
+HEADERS += \
+    $$SRCDIR/coordinatesystemtransformer.h \
+    $$SRCDIR/kkj.h
+
+include(../gmock.pri)
+include(../check.pri)