Changed to MADDE; moved sb1 files to zouba.sb1 and made new zouba.madde for madde...
[ptas] / zouba.sb1 / tests / ut_route / ut_route.pro
diff --git a/zouba.sb1/tests/ut_route/ut_route.pro b/zouba.sb1/tests/ut_route/ut_route.pro
new file mode 100644 (file)
index 0000000..396c488
--- /dev/null
@@ -0,0 +1,35 @@
+CONFIG += \
+  qt \
+  debug \
+  mobility \
+
+MOBILITY = \
+   location \
+   bearer \
+
+QT += \
+  testlib \
+  network \
+
+INCLUDEPATH += \
+  ../.. \
+
+DEPENDPATH += $INCLUDEPATH
+
+TEMPLATE = app
+
+LIBS += \
+   /usr/lib/libQtLocation.so \
+
+SOURCES  = \
+  ut_route.cpp \
+  ../../route_p.cpp \
+  ../../location.cpp \
+  ../../location_p.cpp \
+
+HEADERS += \
+  ut_route.h \
+  ../../route_p.h \
+  ../../location.h \
+  ../../location_p.h \
+