Fixes: Unit test project files.
[ptas] / zouba / tests / ut_route / ut_route.pro
1 include( ../tests.pri )
2 CONFIG += \
3   qt \
4   debug \
5   mobility \
6
7 MOBILITY = \
8    location \
9    bearer \
10
11 QT += \
12   testlib \
13   network \
14   maemo5 \
15
16 INCLUDEPATH += \
17   $$ZOUBASRC \
18
19 DEPENDPATH += $INCLUDEPATH
20
21 TEMPLATE = app
22
23 LIBS += \
24    /usr/lib/libQtLocation.so \
25
26 SOURCES  = \
27   ut_route.cpp \
28   $$ZOUBASRC/route_p.cpp \
29   $$ZOUBASRC/location.cpp \
30   $$ZOUBASRC/location_p.cpp \
31
32 HEADERS += \
33   ut_route.h \
34   $$ZOUBASRC/route_p.h \
35   $$ZOUBASRC/location.h \
36   $$ZOUBASRC/location_p.h \
37
38 QMAKE_EXTRA_TARGETS += check
39 check.depends = $$TARGET
40 check.commands = ./$$TARGET