1CONFIG += testcase
2TARGET = tst_qgeoroutexmlparser
3
4plugin.path = ../../../src/plugins/geoservices/nokia/
5
6SOURCES += tst_qgeoroutexmlparser.cpp \
7           $$plugin.path/qgeoroutexmlparser.cpp
8HEADERS += $$plugin.path/qgeoroutexmlparser.h
9INCLUDEPATH += $$plugin.path
10RESOURCES += fixtures.qrc
11
12QT += location location-private testlib
13
14