Changed package description to indicate Helsinki only
[ptas] / zouba / tests / ut_route / ut_route.pro
index 396c488..06f65dc 100644 (file)
@@ -1,3 +1,4 @@
+include( ../tests.pri )
 CONFIG += \
   qt \
   debug \
@@ -12,7 +13,7 @@ QT += \
   network \
 
 INCLUDEPATH += \
-  ../.. \
+  $$ZOUBASRC \
 
 DEPENDPATH += $INCLUDEPATH
 
@@ -23,13 +24,16 @@ LIBS += \
 
 SOURCES  = \
   ut_route.cpp \
-  ../../route_p.cpp \
-  ../../location.cpp \
-  ../../location_p.cpp \
+  $$ZOUBASRC/route_p.cpp \
+  $$ZOUBASRC/location.cpp \
+  $$ZOUBASRC/location_p.cpp \
 
 HEADERS += \
   ut_route.h \
-  ../../route_p.h \
-  ../../location.h \
-  ../../location_p.h \
+  $$ZOUBASRC/route_p.h \
+  $$ZOUBASRC/location.h \
+  $$ZOUBASRC/location_p.h \
 
+QMAKE_EXTRA_TARGETS += check
+check.depends = $$TARGET
+check.commands = ./$$TARGET