4b697df0cbd9280af2e04c448760139ac71616c8
[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 TEMPLATE = app
13
14 SOURCES  = \
15   ut_route.cpp \
16   ../../route_p.cpp \
17   ../../location.cpp \
18   ../../location_p.cpp \
19
20 HEADERS += \
21   ut_route.h \
22   ../../route_p.h \
23   ../../location.h \
24   ../../location_p.h \
25