diff options
author | Albin Olsson <albin.olsson@cybercom.com> | 2014-02-07 17:18:53 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-02-10 16:18:06 +0100 |
commit | 1e58cb04817a3ea6fbed45d5bbb9e6aea99b282d (patch) | |
tree | 2026661d80951d9342bd9e5b91b93a52cd8ea382 /src | |
parent | cdf5af5ba4c80c98cf4967ecf82ecac80ce3b854 (diff) | |
download | qtlocation-1e58cb04817a3ea6fbed45d5bbb9e6aea99b282d.tar.gz |
Add missing MODULE_PLUGIN_TYPES to location.pro
MODULE_PLUGIN_TYPES was missing from location.pro
It was needed to deploy QtLocation to Android device.
Change-Id: Ic93a3711039d679fa2d859c6d54599b121464b82
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/location/location.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/location/location.pro b/src/location/location.pro index d3ecd5ad..052a1970 100644 --- a/src/location/location.pro +++ b/src/location/location.pro @@ -1,6 +1,8 @@ TARGET = QtLocation QT = core-private positioning-private +MODULE_PLUGIN_TYPES = \ + geoservices QMAKE_DOCS = $$PWD/doc/qtlocation.qdocconf OTHER_FILES += doc/src/*.qdoc # show .qdoc files in Qt Creator |