1TEMPLATE = app
2!no_system_tests:CONFIG += testcase
3TARGET=tst_qgeosatelliteinfosource
4
5SOURCES += tst_qgeosatelliteinfosource.cpp \
6            testqgeosatelliteinfosource.cpp \
7            ../utils/qlocationtestutils.cpp
8
9HEADERS += testqgeosatelliteinfosource_p.h \
10            ../utils/qlocationtestutils_p.h
11
12QT += positioning testlib
13