summaryrefslogtreecommitdiff
path: root/tests/auto/testplugin/qgeosearchmanagerplugins.pro
blob: 62febab27b4da99f1d0527e55aabb044a11c90e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
load(qt_module)

TEMPLATE = lib
CONFIG += plugin testplugin
TARGET = qtgeoservices_qmltestplugin
PLUGIN_TYPE=geoservices
QT += location

include($$QT_SOURCE_TREE/src/plugins/qpluginbase.pri)
# TODO not sure where to put test plugins in Qt 5
DESTDIR = $$QT.location.plugins/geoservices

HEADERS += qgeosearchmanagerengine_test.h \
           qgeoserviceproviderplugin_test.h \
           qgeoroutingmanagerengine_test.h

SOURCES += qgeoserviceproviderplugin_test.cpp


INCLUDEPATH += ../../../src/location \
               ../../../src/location/maps \
               ../../../src/location/landmarks

target.path += $$[QT_INSTALL_PLUGINS]/geoservices
INSTALLS += target