blob: 1fb72da70b8f8721a9cfeed394233bc112842d44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
TEMPLATE = app
!no_system_tests:CONFIG += testcase
TARGET=tst_qgeosatelliteinfosource
SOURCES += tst_qgeosatelliteinfosource.cpp \
testqgeosatelliteinfosource.cpp \
../utils/qlocationtestutils.cpp
HEADERS += testqgeosatelliteinfosource_p.h \
../utils/qlocationtestutils_p.h
QT += positioning testlib
# Define whether a satellite source is available. This must match the logic in
# src/location/location.pro or the test will fail on some platforms.
qtHaveModule(simulator):DEFINES += SATELLITE_SOURCE_AVAILABLE
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|