diff options
author | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2012-10-24 15:31:47 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2012-11-23 11:27:29 +0100 |
commit | ae0ddd0073815813be62f604dbfd8834bce3f353 (patch) | |
tree | 9d8f7c5bc97119b545ada54362a6390854aa8db2 /tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro | |
parent | 8e6b5b089cc303521a4c72901f2f613ae1eff90b (diff) | |
download | qtlocation-ae0ddd0073815813be62f604dbfd8834bce3f353.tar.gz |
adjust to qt_plugin.prf changes
DESTDIR and INSTALLS+=target are set up automatically now, but
PLUGIN_TYPE needs to be defined.
Change-Id: Ifd9c031343b793f6da2a1ac595d54cb0b1176e5c
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro')
-rw-r--r-- | tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro b/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro index 79a8475f..d0e0854a 100644 --- a/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro +++ b/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro @@ -1,18 +1,14 @@ -load(qt_plugin) - TARGET = qtgeoservices_geocodingplugin QT += location -DESTDIR = $$QT.location.plugins/geoservices +PLUGIN_TYPE = geoservices +load(qt_plugin) HEADERS += qgeocodingmanagerengine_test.h \ qgeoserviceproviderplugin_test.h SOURCES += qgeoserviceproviderplugin_test.cpp -target.path += $$[QT_INSTALL_PLUGINS]/geoservices -INSTALLS += target - OTHER_FILES += \ geocoding_plugin.json DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 |