Changes: Changed the route table to a layout of buttons and tamed the layouts a bit.
[ptas] / zouba / tests / ut_gpscontroller / ut_gpscontroller.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
15 INCLUDEPATH += \
16   $$ZOUBASRC \
17
18 DEPENDPATH += $INCLUDEPATH
19
20 TEMPLATE = app
21
22 LIBS += \
23    /usr/lib/libQtLocation.so \
24
25 SOURCES  = \
26   ut_gpscontroller.cpp \
27   $$ZOUBASRC/gpscontroller.cpp \
28   $$ZOUBASRC/gpscontroller_p.cpp \
29   $$ZOUBASRC/locations.cpp \
30   $$ZOUBASRC/location.cpp \
31   $$ZOUBASRC/location_p.cpp \
32
33 HEADERS += \
34   ut_gpscontroller.h \
35   $$ZOUBASRC/gpscontroller.h \
36   $$ZOUBASRC/gpscontroller_p.h \
37   $$ZOUBASRC/locations.h \
38   $$ZOUBASRC/location.h \
39   $$ZOUBASRC/location_p.h \
40
41 QMAKE_EXTRA_TARGETS += check
42 check.depends = $$TARGET
43 check.commands = ./$$TARGET