1CONFIG += testcase
2TARGET = tst_qgeolocation
3
4HEADERS += ../utils/qlocationtestutils_p.h \
5           tst_qgeolocation.h
6SOURCES += tst_qgeolocation.cpp \
7           ../utils/qlocationtestutils.cpp
8
9QT += positioning testlib
10