summaryrefslogtreecommitdiff
path: root/tests/auto/qgeocodingmanagerplugins
diff options
context:
space:
mode:
authoralex <alex.blasche@nokia.com>2011-10-05 18:19:22 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-06 03:10:55 +0200
commit1843ebe4879e19dadcb1e55cb3d61909cac3ae63 (patch)
treebd47175a13e95b4974b192c9d60ff3d84f63de6e /tests/auto/qgeocodingmanagerplugins
parent35467d40d3b655324c40f780d7de5c5594b8d0b8 (diff)
downloadqtlocation-1843ebe4879e19dadcb1e55cb3d61909cac3ae63.tar.gz
Cleanup project files of test case plug-ins
Change-Id: I7acd96b60748c6b441b4d4d60dc99d715623e49b Reviewed-on: http://codereview.qt-project.org/6030 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'tests/auto/qgeocodingmanagerplugins')
-rw-r--r--tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro11
1 files changed, 1 insertions, 10 deletions
diff --git a/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro b/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro
index 4b391346..3c41a645 100644
--- a/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro
+++ b/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro
@@ -1,13 +1,8 @@
-load(qt_module)
+load(qt_plugin)
-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 \
@@ -15,9 +10,5 @@ HEADERS += qgeocodingmanagerengine_test.h \
SOURCES += qgeoserviceproviderplugin_test.cpp
-
-INCLUDEPATH += ../../../src/location \
- ../../../src/location/maps
-
target.path += $$[QT_INSTALL_PLUGINS]/geoservices
INSTALLS += target