diff options
Diffstat (limited to 'tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro')
-rw-r--r-- | tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro b/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro new file mode 100644 index 00000000..54897097 --- /dev/null +++ b/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro @@ -0,0 +1,24 @@ +load(qt_module) + +TEMPLATE = lib +CONFIG += plugin testplugin +TARGET = qtgeoservices_geocodingplugin +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 += qgeocodingmanagerengine_test.h \ + qgeoserviceproviderplugin_test.h + +SOURCES += qgeoserviceproviderplugin_test.cpp + + +INCLUDEPATH += ../../../src/location \ + ../../../src/location/maps \ + ../../../src/location/landmarks + +target.path += $$[QT_INSTALL_PLUGINS]/geoservices +INSTALLS += target |