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