File: geotestplugin.pro

package info (click to toggle)
qtlocation-opensource-src 5.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,620 kB
  • ctags: 7,864
  • sloc: cpp: 66,374; xml: 2,739; java: 417; ansic: 143; makefile: 41
file content (22 lines) | stat: -rw-r--r-- 620 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TARGET = qtgeoservices_qmltestplugin
QT += location-private positioning-private testlib

PLUGIN_TYPE = geoservices
PLUGIN_CLASS_NAME = TestGeoServicePlugin
PLUGIN_EXTENDS = -
load(qt_plugin)

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

SOURCES += qgeoserviceproviderplugin_test.cpp

OTHER_FILES += \
    geotestplugin.json \
    place_data.json
RESOURCES += testdata.qrc