summaryrefslogtreecommitdiff
path: root/tests/auto/geotestplugin/geotestplugin.pro
blob: 2519b7d0834655b379aa59e1000b8c47d2eded8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TARGET = qtgeoservices_qmltestplugin
QT += location-private positioning-private testlib

PLUGIN_TYPE = geoservices
load(qt_plugin)

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

SOURCES += qgeoserviceproviderplugin_test.cpp

OTHER_FILES += \
    geotestplugin.json \
    place_data.json
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0