summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgeosatelliteinfosource/qgeosatelliteinfosource.pro
blob: ea6c929f57a773bc9e5b0ab35557a96b165918ed (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.
simulator:DEFINES += SATELLITE_SOURCE_AVAILABLE
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0