Moved files to make zouba the only project.
[ptas] / tests / ut_location / ut_location.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 LIBS += \
22    /usr/lib/libQtLocation.so \
23
24 TEMPLATE = app
25
26 SOURCES  = \
27   ut_location.cpp \
28   $$ZOUBASRC/location.cpp \
29   $$ZOUBASRC/location_p.cpp \
30
31 HEADERS += \
32   ut_location.h \
33   $$ZOUBASRC/location.h \
34   $$ZOUBASRC/location_p.h \
35
36 QMAKE_EXTRA_TARGETS += check
37 check.depends = $$TARGET
38 check.commands = ./$$TARGET