summaryrefslogtreecommitdiff
path: root/tests/auto/qgeomapcontroller/qgeomapcontroller.pro
blob: 8f5827b98c7113d7d24c2e8623280f29b92dc26c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = app
CONFIG += testcase
TARGET = tst_qgeomapcontroller

HEADERS += ../geotestplugin/qgeoserviceproviderplugin_test.h \
           ../geotestplugin/qgeotiledmapdata_test.h \
           ../geotestplugin/qgeotiledmappingmanagerengine_test.h \
           ../geotestplugin/qplacemanagerengine_test.h \
           ../geotestplugin/qgeotilefetcher_test.h \
           ../geotestplugin/qgeoroutingmanagerengine_test.h \
           ../geotestplugin/qgeocodingmanagerengine_test.h

SOURCES += tst_qgeomapcontroller.cpp
SOURCES += ../geotestplugin/qgeoserviceproviderplugin_test.cpp

QT += location-private positioning-private testlib
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0