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