summaryrefslogtreecommitdiffstats
path: root/tests/auto/placesplugin_unsupported/placesplugin_unsupported.pro
blob: e5d04cb349ef35f791f19118f333b98b56678558 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGET = qtgeoservices_placesplugin_unsupported
QT += location

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

HEADERS += qgeoserviceproviderplugin_test.h

SOURCES += qgeoserviceproviderplugin_test.cpp

OTHER_FILES += \
    placesplugin.json
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0