1TEMPLATE = app
2CONFIG+=testcase
3TARGET=tst_qgeoroutereply
4
5# Input
6HEADERS += tst_qgeoroutereply.h
7SOURCES += tst_qgeoroutereply.cpp
8
9QT += location testlib
10