Added a toggle button, and fields to set home and work addresses.
[ptas] / zouba / tests / ut_route / ut_route.pro
1 CONFIG += \
2   qt \
3   debug \
4
5 QT += \
6   testlib \
7   network \
8
9 INCLUDEPATH += \
10   ../.. \
11
12 DEPENDPATH += $INCLUDEPATH
13
14 TEMPLATE = app
15
16 SOURCES  = \
17   ut_route.cpp \
18   ../../route_p.cpp \
19   ../../location.cpp \
20   ../../location_p.cpp \
21
22 HEADERS += \
23   ut_route.h \
24   ../../route_p.h \
25   ../../location.h \
26   ../../location_p.h \
27